I'm looking for a simple solution to get a simple PHP contact form to work on a Amazon EC2 LAMP stack. It seems like Amazon don't give you this functionality (mail()) and having searched around, the alternatives are far too excessive.
Option 1 - Configure Amazon SES with PostFix http://docs.aws.amazon.com/ses/latest/DeveloperGuide/send-email-smtp-app.html http://docs.aws.amazon.com/ses/latest/DeveloperGuide/postfix.html
Option 2 - Set up sendmail on the server. I'm fairly new to setting up linux servers and reading into this it's wanting me to configure and set up smtp servers which is way beyond me. Not entirely sure this would solve my problem either.
Can anyone point me towards any alternative options or point me towards strong documentation to guide me through?
Thanks