Bedrock SES Mailer
WordPress must-use plugin to send email via AWS SES
★ 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.zipConfiguration
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!