Sebastian Report post Posted 07/28/2016 12:15 PM Hi, Is there any way to enable SSL in Send Mail module? I have configure SMTP Send Method with port 456 (which is required by email server) but in log file I found: 140011.065 7 AddEmailToSend from:xxx|xxx, to:xxx, cc:, bcc:xxx, reply:xxx, subj:xxx, att:c:\callrecord\xxx\ID20160728_135941_18_11_50011.mp3, usertoken:(<to>xxx</to><subject>xxx</subject><guid>ae94e1de-679f-443c-a26c-e328c98c0b25</guid>) smtp:xxx|465 timeout:300sec, sParamsXml: 140011.070 7 SmtpClient created ok 140011.070 7 .Host=xxx .Port=465 .EnableSsl=False sCredentialUserName=[xxx] and unfortunately the message never reaches the sender. Share this post Link to post
SupportTeam Report post Posted 07/28/2016 01:10 PM Have you tried using the "ssl:" prefix for the host name? eg: ssl:smtp.gmail.com for more information please see: http://www.voiceguide.com/vghelp/source/html/modsendemail.htm Share this post Link to post
SupportTeam Report post Posted 07/28/2016 01:33 PM Also, are you sure that port 465 is the one to use for your SSL connection? More often the port 587 is used. Share this post Link to post