Hi,
In a future version of SQLPage, it would be really interesting to support sending HTML contents with the send_mail() function.
For example, I need to send account activation emails that include links. At the moment, this isn’t possible. I think this is a very common use case.
It would be great to have a body_html parameter, but also a body_md parameter so that the HTML code could be generated from Markdown.
Best regards
Hi,
In a future version of SQLPage, it would be really interesting to support sending HTML contents with the
send_mail()function.For example, I need to send account activation emails that include links. At the moment, this isn’t possible. I think this is a very common use case.
It would be great to have a
body_htmlparameter, but also abody_mdparameter so that the HTML code could be generated from Markdown.Best regards