===== Amazon SES connector ===== Connector for sending and fetching emails through Amazon SES (Simple Email Services). ==== Properties ==== * **SMTP username** and **SMTP password** can be obtained from the Amazon SES console as described [[https://docs.aws.amazon.com/ses/latest/DeveloperGuide/smtp-credentials.html#smtp-credentials-console|here]]. * **SMTP endpoint** should be set to an Amazon SES SMTP endpoint from a region that was used to create SMTP credentials. You can use the connector's **Pick from list** button to set SMTP endpoint by selecting a region or get SMTP endpoint address from [[https://docs.aws.amazon.com/general/latest/gr/ses.html#ses_region|here]]. * **Sender's address** should be set to an address that was [[https://docs.aws.amazon.com/ses/latest/DeveloperGuide/verify-email-addresses.html|verified with the Amazon SES]]. ==== Notes ==== :!: This connector can be used for sending emails only. It can't be used with the [[transformations:fetchemail|Fetch email]] action. Under the hood, the following settings are used to connect to Amazon SES: | **SMTP port** | 587 | | **SMTP encryption method** | TLS | If Amazon SES has to be used with settings other than the above, please use the [[connectors:email|Email Server]] connector. In order to increase email deliverability, you can [[https://docs.aws.amazon.com/ses/latest/DeveloperGuide/send-email-authentication.html|authenticate your emails in Amazon SES]]. ====See also==== * [[https://aws.amazon.com/ses/|Amazon SES]] * [[https://docs.aws.amazon.com/ses/index.html|Amazon SES documentation]] * [[connectors:email|Connector "Email Server"]]