My problem is that I am dealing with an e-commerce software that is only capable of sending mails through simple smtp.
The only mailservers available are Gmail and Amazon S3.
Unfortunately I cannot change this.
How can I make this work?
I thought of some smtp proxy that accepts insecure connections and relays to a secure smtp server.
Is there any package that does that? As easy as possible...