Skip to content

Commit fa6c680

Browse files
committed
Update template to use sendgrid email credentials
1 parent 0d62188 commit fa6c680

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.env.template

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
SECRET_KEY=
1+
SECRET_KEY='smtp.sendgrid.net'
22
MAIL_SERVER=
33
MAIL_PORT=
44
MAIL_USE_TLS=
5-
MAIL_USERNAME=
5+
MAIL_USERNAME='apikey'
66
SENDGRID_API_KEY=
77
MAIL_DEFAULT_SENDER=
88
LOG_TO_STDOUT=

0 commit comments

Comments
 (0)