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

email sender ADMIN_EMAIL not used

Added by Jean-François Dumont almost 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...