Skip to content
Snippets Groups Projects
Commit 50fa42f4 authored by Giannis Kopanas's avatar Giannis Kopanas
Browse files

Change configuration mailer values

parent 445f78cd
No related branches found
No related tags found
No related merge requests found
......@@ -28,9 +28,13 @@ module.exports = {
theme: process.env.PUBSWEET_THEME,
},
mailer: {
from: 'dev@example.com',
from: process.env.PUBSWEET_MAILER_SENDER,
transport: {
sendmail: true,
host: process.env.PUBSWEET_MAILER_HOSTNAME,
auth: {
user: process.env.PUBSWEET_MAILER_USERNAME,
pass: process.env.PUBSWEET_MAILER_PASSWORD,
},
},
},
'password-reset': {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment