You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openoffice.apache.org by bu...@apache.org on 2015/10/22 09:33:32 UTC

[Issue 114497] Mail Merge E-Mail: "Find outgoing mail server Fail" with particular mail servers

https://bz.apache.org/ooo/show_bug.cgi?id=114497

hanya <ha...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |hanya.runo@gmail.com

--- Comment #30 from hanya <ha...@gmail.com> ---
Created attachment 85063
  --> https://bz.apache.org/ooo/attachment.cgi?id=85063&action=edit
Patch to enable SSL connection

connect method always use smtplib.SMTP which does not open SSL connection. 
The patch changes to use smtplib.SMTP_SSL when the SSL connection is chosen.
starttls method should not called when SSL type is chosen.

-- 
You are receiving this mail because:
You are on the CC list for the issue.