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
Support Installation & Updates
  1. OpenProject Community
  2. OpenProject
  3. Forums
  4. Support Installation & Updates
  5. Send mail by external SMTP from docker ; OP 6.0

Send mail by external SMTP from docker ; OP 6.0

Added by Damian Kraków about 9 years ago

Hi

I have problem with send email from docker with external SMTP server (on another machine with different IP).
I run by this configuration:

docker run -d -e EMAIL_DELIVERY_METHOD=smtp -e SMTP_ADDRESS=ADDRESS_MAIL_SERVER -e SMTP_PORT=587 -e SMTP_DOMAIN=ADDRESS_MAIL_SERVER -e SMTP_AUTHENTICATION=login -e SMTP_ENABLE_STARTTLS_AUTO=true -e SMTP_USER_NAME=“openproject@DOMAIN” -e SMTP_PASSWORD=“password” -e SMTP_OPENSSL_VERIFY_MODE=none -p 9090:80 —name openproject -e SECRET_KEY_BASE=secret -v /openproject/pgdata:/var/lib/postgresql/9.4/main -v /openproject/logs:/var/log/supervisor -v /openproject/static:/var/db/openproject openproject/community:6.0

Everything is ok, but I can’t send test mail.
On machine with docker I don’t install postfix - I think that I don’t need while use external SMTP.


Loading...