How to use Redmine with AWS SES for email notifications ?
Added by Jonathan Masmejean over 11 years ago
Hello all,
I have installed Redmine 2.2.2 stable from Bitnami AWS EC2 instance. It work nice but i don't know how to make Redmine emails notifications use my AWS SES SMTP sender.
My FQDN (my_fqdn.com) is verified by AWS SES like a Verified Sender.
I've configured my redmine configuration.yml file like :
# ==== SMTP server over AWS SES production: email_delivery: delivery_method: :smtp smtp_settings: enable_starttls_auto: true address: email-smtp.us-east-1.amazonaws.com port: 25 domain: my_fqdn.com authentication: :login user_name: ########## password: ############ openssl_verify_mode: 0
NB : Doesn't work even if i remove : openssl_verify_mode: 0
But when i try to send a "test email" from "Email notification", i have an error :
An error occurred while sending mail (hostname does not match the server certificate)
What "sever certificat" mean here ?
My Redmine instance never send email...
Any idea ?
Thanks.