--- title: "Amazon SES Mail" slug: "amazon-ses-mail" updated: 2024-09-23T02:32:28Z published: 2024-09-23T02:32:28Z canonical: "docs.processmaker.com/amazon-ses-mail" --- > ## Documentation Index > Fetch the complete documentation index at: https://docs.processmaker.com/llms.txt > Use this file to discover all available pages before exploring further. # Amazon SES Mail ## Amazon SES Mail Driver Settings Simple Email Service (SES) is a cost-effective, flexible, and scalable email service that enables developers to send mail from any application. A widely used service in this category is [Amazon Simple Email Service](https://aws.amazon.com/ses/?nc1=h_ls). ## Configure Amazon SES Mailer Driver Settings **Permissions** Your user account or group membership must have the "Settings: Update Settings" permission to edit email server settings unless your user account has the **Make this user a Super Admin** setting selected. See the [Settings](/v1/docs/permission-descriptions-for-users-and-groups#settings) permissions or ask your Administrator for assistance. To configure an Amazon SES email server, the following information is needed: - Amazon access key ID - Amazon secret access key - Amazon default region To generate or locate your Amazon access key ID and secret access key, refer to [Understanding and getting your AWS credentials](https://docs.aws.amazon.com/general/latest/gr/aws-sec-cred-types.html). For details on Amazon regions, refer to [Regions and Amazon SES](https://docs.aws.amazon.com/ses/latest/DeveloperGuide/regions.html#region-endpoints). Configure the following Amazon SES settings as necessary: 1. [Create a new email server configuration](/v1/docs/email-default-settings#create-a-new-email-server-configuration). The settings for the new email server display. By default **smtp** is selected as the mailer driver. 2. Click the **Edit** ![](https://cdn.document360.io/2d311614-fcb7-4424-8b4c-d4d3091eebeb/Images/Documentation/b3630a8e-2828-4a12-a117-278a547a47b7.png) icon for the **Mailer driver** setting. The **Mailer driver** screen displays. ![](https://cdn.document360.io/2d311614-fcb7-4424-8b4c-d4d3091eebeb/Images/Documentation/b9874784-2490-4843-9275-c11318e51b28.png) 3. Select the **ses** option, and then click **Save**. The settings for SES mailer driver display. ![](https://cdn.document360.io/2d311614-fcb7-4424-8b4c-d4d3091eebeb/Images/Documentation/6c8617e7-892e-4833-8d06-b75c1d1939b4.png) 4. Click the **Edit** ![](https://cdn.document360.io/2d311614-fcb7-4424-8b4c-d4d3091eebeb/Images/Documentation/b3630a8e-2828-4a12-a117-278a547a47b7.png) icon for the **Amazon Access Key ID** setting. The **Amazon Access Key ID** screen displays. ![](https://cdn.document360.io/2d311614-fcb7-4424-8b4c-d4d3091eebeb/Images/Documentation/4d92035f-8f39-4857-a0f9-e4c8f9bf138f.png) 5. Enter your Amazon access key ID, and then click **Save**. 6. Click the **Edit** ![](https://cdn.document360.io/2d311614-fcb7-4424-8b4c-d4d3091eebeb/Images/Documentation/b3630a8e-2828-4a12-a117-278a547a47b7.png) icon for the **Amazon Secret Access Key** setting. The **Amazon Secret Access Key** screen displays. ![](https://cdn.document360.io/2d311614-fcb7-4424-8b4c-d4d3091eebeb/Images/Documentation/a9fa9d9c-8fcc-4009-b445-de1b0b2cbfd1.png) 7. Enter your Amazon secret access key, and then click **Save**. 8. Click the **Edit** ![](https://cdn.document360.io/2d311614-fcb7-4424-8b4c-d4d3091eebeb/Images/Documentation/b3630a8e-2828-4a12-a117-278a547a47b7.png) icon for the **Amazon Default Region** setting. The **Amazon Default Region** screen displays. ![](https://cdn.document360.io/2d311614-fcb7-4424-8b4c-d4d3091eebeb/Images/Documentation/0cb2a6b6-5c42-4d8f-b9a8-5d521b59f2c2.png) 9. Enter your Amazon region, and then click **Save**. 10. Click the **Edit** ![](https://cdn.document360.io/2d311614-fcb7-4424-8b4c-d4d3091eebeb/Images/Documentation/b3630a8e-2828-4a12-a117-278a547a47b7.png) icon for the **Sender Email** setting. The **Sender Email** screen displays. ![](https://cdn.document360.io/2d311614-fcb7-4424-8b4c-d4d3091eebeb/Images/Documentation/66f21434-1ae4-4d95-a456-37c360d0cc31.png) 11. Enter the email address that this server uses to send emails, and then click **Save**. 12. Click the **Edit** ![](https://cdn.document360.io/2d311614-fcb7-4424-8b4c-d4d3091eebeb/Images/Documentation/b3630a8e-2828-4a12-a117-278a547a47b7.png) icon for the **Sender Name** setting. The **Sender Name** screen displays. ![](https://cdn.document360.io/2d311614-fcb7-4424-8b4c-d4d3091eebeb/Images/Documentation/b1208155-a124-45c4-8ee6-77b9d1eb984e.png) 13. Enter the person or company name that sends the email, and then click **Save**. 14. [Optionally, send a test email to ensure that the email server configuration functions correctly](/v1/docs/email-default-settings#send-a-test-email-using-an-email-server-configuration). ## Example Amazon SES Mail Server Configuration Consider the following example that stores all settings for an Amazon SES mail server configuration: - **Mailer driver:** `ses` - **Amazon Access Key ID:** `AmazonExampleID` - **Amazon Secret Access Key:** `••••••••••••••••••` - **Amazon Default Region :** `us-west-2` - **Sender Email:** `LouisCanera@BigCompany.com` - **Sender Name:** `LouisCaneras`