Top Menu

Jump to content
Home
    Modules
      • Projects
      • Activity
      • Work packages
      • Gantt charts
      • 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
    • 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
  • Sign in
      Forgot your password?

      or sign in with your existing account

      Google

Side Menu

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

Content

Support Installation & Updates
  1. OpenProject
  2. Forums
  3. Support Installation & Updates
  4. 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 almost 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...