Create first version
This commit is contained in:
parent
90a3a8c0ff
commit
ab48d61c58
6 changed files with 1021 additions and 1 deletions
9
.env.example
Normal file
9
.env.example
Normal file
|
@ -0,0 +1,9 @@
|
|||
PORT=8080
|
||||
MAIL_SERVICE=gmail
|
||||
MAIL_USER=
|
||||
# For Gmail, If you have 2FA enabled, then MAIL_PASS is an app password
|
||||
# Otherwise, your Google password
|
||||
MAIL_PASS=
|
||||
MAIL_TO=
|
||||
MAIL_SUBJECT=New contact from ${request.body.name} <${request.body.email}>!
|
||||
MAIL_BODY=${request.body.body}
|
Reference in a new issue