Discussion:
[Twisted-Python] pooled smtp connection
Roshan Cherian
2016-11-17 00:33:34 UTC
Permalink
Hi All,

I am looking at sendMail in twisted.mail.smtp, however this to my
understanding doesn't maintain a connection pool to a smtp host and port.
The ESMTPSenderFactory is initialized using the from and to addresses as
well.

Is there a way I can create a connection pool for the smtp connection and
send mail?

thanks for your help.

Thanks,
-Roshan

Loading...