Questions tagged «django-email»

12
使用Django创建电子邮件模板
我想使用Django模板发送HTML电子邮件,如下所示: <html> <body> hello <strong>{{username}}</strong> your account activated. <img src="mysite.com/logo.gif" /> </body> 我找不到任何有关的信息send_mail,并且django-mailer仅发送HTML模板,而没有动态数据。 如何使用Django的模板引擎生成电子邮件?
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.