Charles Saag
Charles Saag

Reputation: 631

Does AWS allow us to pre-process email for clients using SES?

I'd like to pre-process my clients email via AWS SES, but I'm not sure Amazon allows for this per their policy and/or has a domain limitation. I see a rule-set for my SES engine and I'm able to manage multiple domain names, but these are my own. If I wanted to managed 100 or 200 domain names, would AWS SES allow me to do this?

Upvotes: 0

Views: 54

Answers (2)

Praveen Govind
Praveen Govind

Reputation: 5657

You can send any number of emails(based on your SES limits) and manage any number of domains as long as you comply with amazon policies. All they care about it quality of email response, if someone report spam and if your spam ration is high then your account might be at risk.

Upvotes: 0

pfcodes
pfcodes

Reputation: 1086

If your clients grant you permission to manage their email on their behalf, it's not up to Amazon to tell you if you can or cannot. Remember, they are providing Infrastructure as a Service (IaaS).

As far as if it's possible technically, you'll have to either create your own e-mail client that integrates with SES or use Amazon WorkMail.

Upvotes: 1

Related Questions