dnote/pkg/server/mailer
Sung Won Cho 292dc7d515
Allow to receive welcome email with login instruction (#352)
* Implement email backend

* Add job ctx

* Remove job ctx and use EmailBackend everywhere

* Fix watcher to terminate cmd when inturrupted

* Test runner validation

* Send welcome email upon register

* Use plaintext for verification email

* Use plaintext for password reset email

* Fix from
2019-11-29 17:59:04 +08:00
..
templates Allow to receive welcome email with login instruction (#352) 2019-11-29 17:59:04 +08:00
backend.go Allow to receive welcome email with login instruction (#352) 2019-11-29 17:59:04 +08:00
mailer.go Allow to receive welcome email with login instruction (#352) 2019-11-29 17:59:04 +08:00
mailer_test.go Allow to receive welcome email with login instruction (#352) 2019-11-29 17:59:04 +08:00
tokens.go Refactor to avoid global database variable (#313) 2019-11-16 09:45:56 +08:00
types.go Allow to receive welcome email with login instruction (#352) 2019-11-29 17:59:04 +08:00