I run an AWS Elastic-Beanstalk environment and have set up AWS SES. I have a support@my-domain.com
email address which sends and receives emails. So far so good. However the emails sent to support@my-domain.com
are stored in my S3 bucket as individual files. Because it is an email address for general support, messages directed towards it will be answered by a support team (which cannot be asked to download individual files from S3). My thought was to redirect emails addressed to support@my-domain.com
to some other email address. Can I do that via AWS SES or are there better solutions?
Another solution: create AWS WorkMail account for support@my-domain.com
address. In this case you can work with this address though web-interface or email application, you can set different rules for incoming messages.