Skip to content

Commit 7cc21d1

Browse files
committed
fix: use MAILGUN_SMTP_SERVER as the mail host
1 parent 2b9802b commit 7cc21d1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bin/create-config

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ function createConfig() {
7777
transport: 'SMTP',
7878
options: {
7979
service: 'Mailgun',
80+
host: process.env.MAILGUN_SMTP_SERVER,
8081
auth: {
8182
user: process.env.MAILGUN_SMTP_LOGIN,
8283
pass: process.env.MAILGUN_SMTP_PASSWORD

0 commit comments

Comments
 (0)