I set up an AWS SES domain and email address by verifying my domain and adding the proper DNS records then verifying the email address I want to send and receive from. I then created an IAM user that has unrestricted access to AWS SES. I then set up an S# bucket for receiving email. I have sent and received test mail from the new email address from my AWS control panel/console.
My problem is that I want to create a mail login for that email address rather than using a single IAM user that has access to all mail. I want a single new IAM user for [email protected]. Any tutorial I've seen has only explained how to set up email for sending and receiving using one all access IAM account. I've tried policy generators, but I'm never able to log into the new IAM user/account I'm trying to create from a mail application such as outlook.
I need to at least know the proper procedure if someone isn't going to go as far as writing the actual 'policy' for a new IAM user to help me with this. I'm not even sure if creating this IAM user is what's making this not work. Maybe something completely different needs to happen.