I have a problem with setting up the email receiving services for SES on AWS.
I already have an MX record for my domain which points to the outlook mail server with priority 0 and when I add the value for the SES email receiving which is 1 inbound-smtp.us-east-2.amazonaws.com
with priority 1 I dont receive emails in my S3 bucket as if I change the order and make the SES to 0 and outlook to 1 I get the emails in my bucket but I dont get in my outlook.
there was a way to create a sub domain for my domain and define in the rule set for the email receiving recipients but the problem is I still dont get the emails in my bucket and I need to get emails in my bucket from my main domain example.com
though my sub domain is subDomain.example.com
and Im not sure if this is the correct way.
do you have any solution to my issue ?
Thanks in advance