Skip to content

Commit

Permalink
fix: update sender variable
Browse files Browse the repository at this point in the history
  • Loading branch information
sylvainmetayer committed Oct 3, 2018
1 parent 7bbb5f3 commit e179401
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/helper/variables.js
Expand Up @@ -48,7 +48,7 @@ module.exports.regex = {
module.exports.config = {
askNbDevQuestions: 3,
askNbNetworkQuestions: 2,
sender: 'no-reply@sylvainmetayer.fr',
sender: process.env.SMTP_USER,
mailTo: 'dev@sylvainmetayer.fr'
}

Expand Down

0 comments on commit e179401

Please sign in to comment.