我有一个发送电子邮件的函数,我想发送一个要显示在 HTML 电子邮件模板文件中的变量:我的 django 视图:
id=2
html = loader.render_to_string(template,id)
part2 = MIMEText(html, 'html')
msg.attach(part2)
临摹微笑
相关分类