Reliable outbound delivery
OpenSMTPD relays outbound mail through AWS instead of relying on local delivery.
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.
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.
OpenSMTPD relays outbound mail through AWS instead of relying on local delivery.
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.
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