How can I make Amazon SES the default method of sending mail from my server?
- by Jake
I'd like to start using Amazon SES for all emails from our server. We have a few freelance designers with PHP hosting, some Django/Python web apps and also some system utilities which send emails.
So I'd like to have PHP's mail function, the command line mail command and our python apps all be able to use it, preferably without having to set them…