Skip to content

Commit d86b734

Browse files
authored
chore: set smtp dummy values
1 parent c1c1716 commit d86b734

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.env.local_dev

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,10 @@ MAILGUN_API_KEY=XXXXX
4949
MAILGUN_DOMAIN=mail.yourdomain.com
5050
5151
SMTP_ENABLE=true
52-
SMTP_HOST=
53-
SMTP_PORT=
54-
SMTP_USER_EMAIL=
55-
SMTP_PASS=
52+
SMTP_HOST=smtp.yourhost.com
53+
SMTP_PORT=443
54+
SMTP_USER_EMAIL=[email protected]
55+
SMTP_PASS=password
5656

5757

5858
# Base64 encoded PFX or p12 document signing certificate file *********************************************************************************************************************

0 commit comments

Comments
 (0)