|
good morning. So, I'm receiving an authentication error when we're trying to use sendeail... Could some one please,help me ?! command="sendemail", SMTP AUTH extension not supported by server. while sending mail to:someone@domain.com |
|
by the way, i have already checked the boxes TSL and SSL but the error persists... i have tried to change the sendemail.py, adding a call to "smtp.login(username, password)" bellow of "smtp = smtplib.SMTP(serverURL)" ... and also failed. Are you sure that the server accepts credentials? What happens if you clear them out (because the server appears to be telling you that it won't take them)?
(29 Jul '11, 12:40)
mw
|
|
Is regular mail working i.e when you use mail from the command line? |