I'm new to Amazon Web Services (AWS) and AWS Simple Email Service (SES).
Does AWS SES allow an app to receive emails? I could not find a reference in SES developer guide.
My app requires that received emails for a customer be identified per customer and eventually they will be stored on a database (programatically). Every customer will have an email on the domain hosting the app.
For example say the app is hosted on www.example.com
on AWS. Then customers of this myapp can have emails like: john@example.com
, barry@example.com
, lisa@example.com
like that.
If this is not possible in AWS SES, please suggest on alternatives (for high volume emailing) on how this can be done in AWS environment?