I used a service for mailing my users and that service uses amazon SES to send emails.
When I signed up and did setup a sender agent, that service just required two things:
- company name which I typed "cmpny".
- agent name which I selected from a predefined list, I chose "joe" .
thus the result was a sender email address [email protected]
(displayed just bellow the form) and after submit the form I tested the mailing feature and it did work immediately.
I know (by aws docs) that an entity (either domain or email address) needs to be verified before get work therefore that requirement demands a manual operation.
How did this service (in an automatically way) ...
- verify
cmpny.email-service.com
domain in SES ? - verify
[email protected]
address in SES?
thanks in advance.