Sending mail via sendmail from python

前端 未结 8 1631
时光说笑
时光说笑 2020-12-04 12:04

If I want to send mail not via SMTP, but rather via sendmail, is there a library for python that encapsulates this process?

Better yet, is there a good library that

8条回答
  •  爱一瞬间的悲伤
    2020-12-04 12:40

    This question is very old, but it's worthwhile to note that there is a message construction and e-mail delivery system called Marrow Mailer (previously TurboMail) which has been available since before this message was asked.

    It's now being ported to support Python 3 and updated as part of the Marrow suite.

提交回复
热议问题