Guide on how to add AWS SES Email Integration
Keys | Details |
---|---|
From Address | Your verified “From” email address |
From Name | ”From Name” of your emails. You can also pass this in the Send Event API. Check the Advanced section below. |
Access Key ID | Your AWS Access Key ID. To get your access credentials, check here. |
Secret Access Key | Your AWS Secret Access Key. To get your access credentials, check here. |
Region | Your AWS Region. Default is “ap-south-1”. |
Reply to Address | Reply email address. You can also pass this in the Send Event API. Check the Advanced section below. |
We currently only support sending emails via the SES REST API and not the SMTP interface.
For security best practice, use AWS IAM user access keys instead of AWS account access keys. Your AWS account credentials grant full access to all your AWS resources, so you should instead use IAM user credentials. For more information, see Root Account Credentials vs. IAM User Credentials.
Setting up Delivery Reports for Emails sent via SES is a bit tricky and requires you to setup AWS SNS. We will soon be updating the steps to setup delivery reports. For more information you can refer the AWS guide to configure SNS for SES.
Send additional parameters to AWS SES
Raven will send the fields present in the Email template to SES by default. Additionally, you can send “cc”, “bcc”, “From Name”, “Reply-to” fields in the Send Event API. This will override the fields added in the Integration. Please check our Override doc here.
IP Whitelisting
You can control access to SES by specifying Raven’s IP address, or make sure Raven’s IP addresses are not blocked. Please follow the AWS guide here.
IPs: 65.2.109.100, 65.2.58.233
If you are facing issues with this integration or find something missing, please write to us at support@ravenapp.dev.
Guide on how to add AWS SES Email Integration
Keys | Details |
---|---|
From Address | Your verified “From” email address |
From Name | ”From Name” of your emails. You can also pass this in the Send Event API. Check the Advanced section below. |
Access Key ID | Your AWS Access Key ID. To get your access credentials, check here. |
Secret Access Key | Your AWS Secret Access Key. To get your access credentials, check here. |
Region | Your AWS Region. Default is “ap-south-1”. |
Reply to Address | Reply email address. You can also pass this in the Send Event API. Check the Advanced section below. |
We currently only support sending emails via the SES REST API and not the SMTP interface.
For security best practice, use AWS IAM user access keys instead of AWS account access keys. Your AWS account credentials grant full access to all your AWS resources, so you should instead use IAM user credentials. For more information, see Root Account Credentials vs. IAM User Credentials.
Setting up Delivery Reports for Emails sent via SES is a bit tricky and requires you to setup AWS SNS. We will soon be updating the steps to setup delivery reports. For more information you can refer the AWS guide to configure SNS for SES.
Send additional parameters to AWS SES
Raven will send the fields present in the Email template to SES by default. Additionally, you can send “cc”, “bcc”, “From Name”, “Reply-to” fields in the Send Event API. This will override the fields added in the Integration. Please check our Override doc here.
IP Whitelisting
You can control access to SES by specifying Raven’s IP address, or make sure Raven’s IP addresses are not blocked. Please follow the AWS guide here.
IPs: 65.2.109.100, 65.2.58.233
If you are facing issues with this integration or find something missing, please write to us at support@ravenapp.dev.