email template support
If I’m using mailgun as the mail provider, Is it possible to pass in an email template?
3 Replies
Do you mean for auth emails, like password verification and similar?
I believe that is not possible at the moment, although @miho might know more
We offer a way for you to provide custom text and HTML for emails. But, we don't offer a way to pass in Mailgun specific options e.g. which template ID to use (if that's what you are asking about). This is something we'll improve in the future: https://github.com/wasp-lang/wasp/issues/1553
GitHub
[Email sender] Allow specifying provider specific options, like tem...
Right now, when defining an email sender, and when sending an email via it, we don't allow any provider-specific options. It would be useful to provide some, because for example, users using Se...
Cool thank you