YunoHost-Apps / outline_ynh

An open, extensible, wiki for your team built using React and Node.js
GNU Affero General Public License v3.0
19 stars 9 forks source link

Configure email address used by outline? #65

Closed mhfowler closed 1 year ago

mhfowler commented 1 year ago

Currently my outline instance is using this email address to send emails: outline@outline.commoninternet.net

the way my yunohost is configured, these emails are not reaching their destination. I think on my yunohost only one email is able to send outgoing email properly (because it uses an smtp relay).

Is there anyway to configure what email address outline will use for sending emails?

Limezy commented 1 year ago

Hi, sure ! Just go to /var/www/outline and edit the file .env you will find there. You can edit the address you want on the line starting by : SMTP_FROM_EMAIL= Then, à simple restart of outline service from the admin interface should do the trick.

On my side I will have to double check if this .env file is updated or not during upgrade. Ideally it wouldn't, to allow custom choices like yours to survive outline upgrades.

mhfowler commented 1 year ago

Worked great, thanks so much!