can send html format email

This commit is contained in:
2022-03-07 22:48:37 +01:00
parent c512dd65a3
commit a7afe54c13
13 changed files with 134 additions and 10 deletions
+5
View File
@@ -0,0 +1,5 @@
<ul>
% for result in result_list:
<li>姓名:${result.lastName} ${result.firstName}, 电话: ${result.phone}, <br/>邮件: ${result.email}</li>
% endfor
</ul>