cross-solution / cross-solution.de

Homepage of CROSS Solution uses Strapi Backend cross-solution/cms
https://cross-solution.de
MIT License
2 stars 11 forks source link

feat(contact): send mails via external script #60

Closed TiSiE closed 4 years ago

TiSiE commented 4 years ago

Because sharing mail server or api credentials with the client side is dangerous, the sending of emails is now be done via a external script, which must be accessible through a web server.

Its url must be configured through the environment variable EMAIL_SCRIPT in the .env-file.

TiSiE commented 4 years ago

handled in #61