feat: Adding contact-email endpoint

This commit is contained in:
2023-11-15 22:58:12 -06:00
parent 183f4b43e5
commit 7e3fc7367e
9 changed files with 133 additions and 3 deletions

View File

@@ -35,5 +35,14 @@
"API_KEY": "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",
"FROM": "noreply@etaviaporte.com"
},
"email_standalone" : {
"host": "smtp.hostinger.com",
"port": "465",
"secure": true,
"auth": {
"user": "noreply@etaviaporte.com",
"pass": "-)WJt[oP~P$`76Q4"
}
},
"mongodb": "mongodb://localhost/etaviaporte?retryWrites=true&w=majority"
}