Customize Email template
ZeroPie opened this issue · 3 comments
ZeroPie commented
hi,
how can i customize the verification emails?
thobson commented
thobson commented
It’s a difficult one. The issue is that a developer could sign up for a free Passlock account with no verification then send emails with any content to any recipient via the Passlock mail servers. It would be asking for trouble.
Some options I’ve considered are:
- Require email template approval (massive overhead)
- Allow devs to send the verification mails via their own mail servers (or something like AWS SES, Postmark etc)
- Keep things as they are but allow developers to use handle verification via some other means then mark users as verified via a REST API.
The last option is currently my preferred one because I’m adding a REST api for user management anyway. But I’m open to suggestions 🙂