Added by Jean-François Dumont over 8 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