parent
8e0a8b7304
commit
b85d73c379
@ -1,3 +1,4 @@
|
|||||||
.*.swp
|
.*.swp
|
||||||
data
|
data
|
||||||
*.secrets
|
*.secrets
|
||||||
|
env.smtp
|
||||||
|
@ -0,0 +1,10 @@
|
|||||||
|
#
|
||||||
|
# To enable sending emails, please make an account at sendgrind (free should be fine)
|
||||||
|
# and copy the API key into the SMTP password. If you don't do this first, you'll
|
||||||
|
# have to setup it later, which will involve some manual effort to configure each
|
||||||
|
# sub-site.
|
||||||
|
#
|
||||||
|
SMTP_SERVER=smtp.sendgrid.net
|
||||||
|
SMTP_PORT=587
|
||||||
|
SMTP_USER=apikey
|
||||||
|
SMTP_PASSWORD=LONG-STRING-GOES-HERE
|
Loading…
Reference in new issue