Top Menu

Jump to content
Home
    • Projects
    • Activity
    • Work packages
    • Calendars
    • Team planners
    • Boards
    • News
    • Getting started
    • Introduction video
      Welcome to OpenProject Community
      Get a quick overview of project management and team collaboration with OpenProject. You can restart this video from the help menu.

    • Help and support
    • 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
  • Sign in
      Forgot your password?
      Create a new account

      or sign in with your existing account

      Google

Side Menu

  • Overview
  • Activity
    Activity
  • Roadmap
  • Work packages
    Work packages
  • Calendars
    Calendars
  • Team planners
    Team planners
  • Boards
    Boards
  • Forums
  • Feature tour
    Feature tour
You are here:
  • Forums
  • General discussion

Content

SMTP Settings for Amazon Simple Email Service (SES)

Added by Anthony Decker over 8 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 8 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 7 years ago

Thank you, it worked for me!

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