[Twisted-Python] Twisted.email.smtp Module ERROR
Hello, i have written a script to send email by using the twisted smtplib in which i am trying to import the ESMTPSenderFactory from twisted.mail.smtp. but its giving the error as import error : no module name mail.smtp. so please someone help me to get rid of this error. i am using python 2.7 in ubuntu 13.10. thank you. -- Regards : Venktesh Guttedar.
On 07:00 pm, venkteshguttedar@gmail.com wrote:
Hello,
i have written a script to send email by using the twisted smtplib in which i am trying to import the ESMTPSenderFactory from twisted.mail.smtp. but its giving the error as import error : no module name mail.smtp. so please someone help me to get rid of this error. i am using python 2.7 in ubuntu 13.10.
Sounds like you didn't install Twisted Mail. But please see http://sscce.org/ Jean-Paul
participants (2)
-
exarkun@twistedmatrix.com -
VENKTESH GUTTEDAR