Top Menu

Jump to content
    Global modules

    Global modules

    • Home
    • Projects
    • Activity
    • Work packages
    • Gantt charts
    • Calendars
    • Team planners
    • Boards
    • News
    Home
    Home
Help
    Getting started
    • Introduction video
  • Help and support
    • Upgrade to Enterprise edition
    • User guides
    • Videos
    • Shortcuts
    • Community forum
    • Enterprise support
  • Additional resources
    • Data privacy and security policy
    • Digital accessibility (DE)
    • OpenProject website
    • Security alerts / Newsletter
    • OpenProject blog
    • Release notes
    • Report a bug
    • Development roadmap
    • Add and edit translations
    • API documentation

User menu

Sign in
Forgot your password?

or sign in with your existing account

OpenProject ID Google

Side Menu

Collapse project menu

  • Overview
  • Activity
    Activity
  • Roadmap
  • Work packages
    Work packages
  • Gantt charts
    Gantt charts
  • Calendars
    Calendars
  • Team planners
    Team planners
  • Boards
    Boards
  • News
  • Forums

Content

Expand project menu
General discussion
  1. OpenProject Community
  2. OpenProject
  3. Forums
  4. General discussion
  5. SMTP Settings for Amazon Simple Email Service (SES)

SMTP Settings for Amazon Simple Email Service (SES)

Added by Anthony Decker over 10 years ago

I struggled to get this working and finally did. Here is the configuration.yml I used for Amazon AWS Simple Email Service (SES).

production:
  email_delivery:
    delivery_method: :smtp
    smtp_settings:
      enable_starttls_auto: true
      address: email-smtp.us-east-1.amazonaws.com #Yours might be different
      port: 587
      domain: domain.com #This needs to be an verifed domain or the "Emission email address" needs to be a verified sender
      authentication: :login
      user_name: 6HA9QD6M6YA2WF5EZYKX #Put your user here. This not my real user
      password: KQHMGDS/4J9L9KZIIW63GUJ1SR31 #Put your password here. This is not my real password

rails_cache_store: :memcache

Replies (2)

RE: SMTP Settings for Amazon Simple Email Service (SES) - Added by shanmukha ram kumar almost 10 years ago

it not working for me can you please help me out

An error occurred while sending mail (554 Message rejected: Email address is not verified. )

RE: SMTP Settings for Amazon Simple Email Service (SES) - Added by Mikhail Podshivalin about 9 years ago

Thank you, it worked for me!

  • (1 - 2/2)
Loading...