Re: [Twisted-Python] Using twisted for a smtp dialog

2014-04-02 Thread Grigorescu Ciprian
Hi, I have seen that example and I have read the docs(what I found about it) but I am still confused. Is not so easy :) On Wednesday, April 2, 2014 7:37 PM, Kevin Mcintyre wrote: I've been working a lot with smtp and twisted is great for easily doing what you're describing.  Have a look a

Re: [Twisted-Python] Using twisted for a smtp dialog

2014-04-02 Thread Kevin Mcintyre
I've been working a lot with smtp and twisted is great for easily doing what you're describing. Have a look at the smtpclient docs...that should get you most of the way there. http://twistedmatrix.com/documents/current/mail/tutorial/smtpclient/smtpclient.html On Wed, Apr 2, 2014 at 9:03 AM, Gri