小小渔儿

2022年1月8日

异步发送邮件

摘要: 利用Django自带的 mail 接口发送邮件 1 from django.core.mail import EmailMultiAlternatives 2 from threading import Timer 3 4 def _send_mail(title, content, to_list 阅读全文

posted @ 2022-01-08 17:26 小小渔儿 阅读(27) 评论(0) 推荐(0)

导航