To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=110085 Issue #|110085 Summary|Error smtplib.py:709 in function sendmai (OO 3.2) Component|framework Version|OOo 3.2 RC5 Platform|Unknown URL| OS/Version|Linux Status|UNCONFIRMED Status whiteboard| Keywords| Resolution| Issue type|DEFECT Priority|P3 Subcomponent|code Assigned to|tm Reported by|dkorzhevin
------- Additional comments from [email protected] Fri Mar 12 16:52:17 +0000 2010 ------- Reproduction: 1) Configure Tools->Options-Writer->E-Mail merge (do not know exact english labels) with SMTP server 2) Enter authentication details (SMTP AUTH) 3) Test will result in "network ok", but "search for SMTP server" failed But - and this is strange - if I switch off "server needs authentication" then: 3) Test will result in "network ok", but "search for SMTP server" succeeds! So this actually seems to be a general authentication issue in smtplib.py? This is the output I get, when I try to send merged e-mails with authentication switched on: <class 'smtplib.SMTPSenderRefused'>: (501, 'Error in AUTH response format.', u'[email protected]'), traceback follows /opt/openoffice.org/basis3.1/program/python-core-2.6.1/lib/smtplib.py:698 in function sendmail() [raise SMTPSenderRefused(code, resp, from_addr)] /opt/openoffice.org/basis3.1/program/mailmerge.py:193 in function --------------------------------------------------------------------- Please do not reply to this automatically generated notification from Issue Tracker. Please log onto the website and enter your comments. http://qa.openoffice.org/issue_handling/project_issues.html#notification --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
