WP Manifestindependent plugin directory
manifest / email / bedrock-ses-mailer

Bedrock SES Mailer

WordPress must-use plugin to send email via AWS SES

by dsands · github.com/dsands/bedrock-ses-mailer

0stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/dsands/bedrock-ses-mailer/archive/refs/heads/main.zip

Configuration

In .env

MAILER_DSN="ses+api://AWS_SECRET:URL_ENCODED_SECRET@default?region=AWS_REGION"\ MAIL_FROM_ADDRESS=from@example.com\ MAIL_FROM_NAME="Example Name"\

Be sure to use a URL encoded secret!

Online URL encoder

https://www.urlencoder.org/