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 Email Setup [SUSE Linux AWS SES] : OpenProject Community Edition on AWS Instance

SMTP Email Setup [SUSE Linux AWS SES] : OpenProject Community Edition on AWS Instance

Added by Deepak Adinarayana over 7 years ago

Friends
I spent more than a week trying to get email working on OpenProject Community Edition (installing on AWS instance). I finally resolved it in the following manner:
1. SUSE Linux Enterprise 12 instance
2. AWS SES Setup (followed process to obtain SMTP user credentials using AWS SES Console; https://docs.aws.amazon.com/ses/latest/DeveloperGuide/smtp-credentials.html)
3. OpenProject installation from: https://www.openproject.org/download-and-installation/#installation (RPM/Deb Packages; SUSE Linux Enterprise Edition 12 chosen as Linux Distribution)
4. Finally, the below key config parameters (username, passwords morphed; use what’s relevant in your case):
EMAIL_DELIVERY_METHOD=smtp
ENABLE_STARTTLS_AUTO=true
SMTP_AUTHENTICATION=login
SMTP_DOMAIN=bingo.com
SMTP_ENABLE_STARTTLS_AUTO=true
SMTP_HOST=email-smtp.us-east-1.amazonaws.com
SMTP_PASSWORD=Jimmys3SIP+JImmysda9dJwGtm0It4gpJIMMYvI/dJIM
SMTP_PORT=587
SMTP_URL=smtp://JINGCHAQM2YFLKIAJING:Jimmys3SIP%2JImmysda9dJwGtm0It4gpJIMMYvI%2dJIM@email-smtp.us-east-1.amazonaws.com:587/bingo.com
SMTP_USERNAME=JINGCHAQM2YFLKIAJING

Hope this helps & thanks to the OpenProject community!
Cheers!


Loading...