Skip to content

Commit

Permalink
feat: allow set SMTP_PORT on config (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
caiquecastro authored and RomainLanz committed Jan 31, 2019
1 parent 4aef9bb commit c0f565a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ module.exports = {
smtp: {
driver: 'smtp',
pool: true,
port: 2525,
port: Env.get('SMTP_PORT', 2525),
host: Env.get('SMTP_HOST'),
secure: false,
auth: {
Expand Down

0 comments on commit c0f565a

Please sign in to comment.