Added by Shawn Lewis about 9 years ago
Okay, so when initially setting up/installing OpenProject I entered an email address to which Open Project uses to send its test emails too.
Well that email is invalid (spelled the domain wrong). So now when I press the Test Send Email it properly sends out an email, but it sends it to a bad address.
What config option, or where do I change the address to which it is sending this email?
Using 5.x of OpenProject
Replies (2)
Hey Shawn,
You can either:
1. reconfigure the application with
openproject reconfigure
and simply confirm everything with ENTER except for the mail part,all other values will be kept the same. (Even the passwords that may be shown as empty).
2. Change the value at
/etc/openproject/installer.dat
and runopenproject configure
3. Change the value with
openproject config:set ADMIN_EMAIL="Your mail address"
. Please note: Re-running the installer will use the values frominstaller.dat
and override the ENV variable you set here.Best,
Oliver
Oliver,
Thank you for your help and response.
Shawn