AWS email delivery for the Drupal 10 stack

Use AWS SES as the trusted SMTP relay behind the Drupal 10 stack. Real email goes through the provider, while development environments can still keep mail local with Mailpit when it is included.

How AWS fits this email workflow

Keep the delivery provider attached to the stack so every environment starts from the same relay model instead of setting up SMTP by hand in each app.

Reliable outbound delivery

OpenSMTPD relays outbound mail through AWS instead of relying on local delivery.

Stack-level provider setup

Provider credentials stay with the stack, so new environments and app instances inherit the same mail delivery setup instead of reconnecting SMTP settings by hand.

Safe development mail handling

Add Mailpit when you want development and preview environments to inspect outbound mail without sending it to real recipients.

Services involved in this email workflow

Other SMTP providers for this stack