Commit Graph

6 Commits

Author SHA1 Message Date
Chris Camel 310cd75505
add reCaptcha support 2020-06-02 15:27:08 +02:00
Chris Camel 40f4fd2d30
extract security checks from sendmail into a specific handler
use `http.Handler` wrappers to split the sendmail handler into 2
distinct handlers: one for validating the query (currently, checking the allowed
domains) and the other one for the sendmail functionality.
2020-06-01 19:55:00 +02:00
Rodrigue Chakode 250b9aeb03 added healthz endpoint, misc improvements and docs review
update

use default templates where there are not user-specific settings

improved Dockerfile

renamed healthz endoint

delete deprecated file

fixed healthz endpoint

improved build and deployment

updated docs
2020-05-24 00:44:40 +02:00
Rodrigue Chakode 14d5acf5e8 improved sendmail + docs 2020-05-14 14:58:22 +02:00
Rodrigue Chakode 6513cbf058 core support for app engine 2020-05-10 01:20:35 +02:00
Rodrigue Chakode e535b8d75b first commit 2020-05-10 00:02:18 +02:00