I'm trying to set up AWS SES and i'm having problems with reading/receiving emails. Ultimately, I want to be able to use Outlook or some other mobile client app in order to view the emails sent/received to verified addresses with SES.
I have successfully verified my domain and email addresses already. Additionally, I have set up a read receipt that forwards any received emails from SES to an S3 bucket, but I am not sure how to pull down these emails using IMAP/POP3.
Do I need to create my own Email server still in conjunction with a lambda function to forward the received email to that server so that I can pull down those emails using a client app. Is there no way connect directly to SES using IMAP/POP3? Finally, do I need to set up the entire email stack or is there a simplified (preferably NodeJS) mail server that can be just solely pushing the emails to the client.
Thanks,