Skip to content

Instantly share code, notes, and snippets.

@mihaikelemen
Created April 20, 2019 07:15
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mihaikelemen/89e2d8c8246a9184702670f65186b758 to your computer and use it in GitHub Desktop.
Save mihaikelemen/89e2d8c8246a9184702670f65186b758 to your computer and use it in GitHub Desktop.
Redmine - Amazon SES (Simple Email Service) configuration
...
email_delivery:
delivery_method: :smtp
smtp_settings:
enable_starttls_auto: true
address: "AWS_SMTP_DOMAIN"
port: 587
domain: "REDMINE_DOMAIN"
authentication: :login
user_name: "YOUR_SMTP_USER"
password: "YOUR_SMTP_PASSWORD"
@mihaikelemen
Copy link
Author

mihaikelemen commented Apr 20, 2019

  1. First you need to verify your domain & sending email(s). Steps described here
  2. How to create your SMTP credentials. Steps described here

@jsteigerwalt-ss
Copy link

Thanks, that worked great!

@lamhaison
Copy link

It worked well. Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment