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. email sender ADMIN_EMAIL not used

email sender ADMIN_EMAIL not used

Added by Jean-François Dumont about 9 years ago

hello,

I succeed upgrade from 4 to last 5 version,
I have to change email settings to use google apps account. Setup is working test and notifications emails are send correctly.
the only problem I encounter is the sender of email.

Before upgrade and changing email settings email was send with “Emission email address” email as email from.

“Emission email address” in email notification settings is still set.

/etc/openproject/conf.d/smtp :

export EMAIL_DELIVERY_METHOD=“smtp”
export ADMIN_EMAIL=“projet@my.domain”
export SMTP_HOST=“smtp.gmail.com”
export SMTP_PORT=“587”
export SMTP_DOMAIN=“smtp.gmail.com”
export SMTP_AUTHENTICATION=“plain”
export SMTP_USERNAME=“myaccount@googleapps.com”
export SMTP_PASSWORD=“mypassword”
export SMTP_ENABLE_STARTTLS_AUTO=“true”

can someone help me

thanks


Loading...