[Twisted-Python] Using twisted for a smtp dialog

Hello, I am new in twisted world and I am struggle to understand it. I am trying to create a smtp connection and initiate a smtp dialog: helo, mail from, rcpt, for a list of address, and catch the answer from the smtp server Can anyone point me the right direction, where to start? Thanks a lot, Grig

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/smtpclie... On Wed, Apr 2, 2014 at 9:03 AM, Grigorescu Ciprian < grigorescu_ciprian@yahoo.com> wrote:

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 <kebin70@gmail.com> wrote: 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/smtpclie... On Wed, Apr 2, 2014 at 9:03 AM, Grigorescu Ciprian <grigorescu_ciprian@yahoo.com> wrote: Hello,

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/smtpclie... On Wed, Apr 2, 2014 at 9:03 AM, Grigorescu Ciprian < grigorescu_ciprian@yahoo.com> wrote:

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 <kebin70@gmail.com> wrote: 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/smtpclie... On Wed, Apr 2, 2014 at 9:03 AM, Grigorescu Ciprian <grigorescu_ciprian@yahoo.com> wrote: Hello,
participants (2)
-
Grigorescu Ciprian
-
Kevin Mcintyre