Author |
|
arumugam Newbie
Joined: 06 May 2014 Location: United States
Online Status: Offline Posts: 1
|
Posted: 06 May 2014 at 7:33am | IP Logged
|
|
|
I am using mailbee SMTP email to send email from my application.
Getting the following error when it is deployed in II7 when i try to send email.
Error : SSL-related Win32 function returned an error. See NativeErrorCode property value for more information. The Win32 error code is: -2146893007.
It is working fine in II6
Here is the log.
[15:38:28.30] [INFO] Assembly version: 2.0.0.6.
[15:38:28.31] [INFO] Will resolve host "smtp.gmail.com".
[15:38:28.31] [INFO] Host "smtp.gmail.com" resolved to IP address(es) 173.194.68.109, 173.194.68.108.
[15:38:28.31] [INFO] Will connect to host "smtp.gmail.com" on port 465.
[15:38:28.33] [INFO] Socket connected to IP address 173.194.68.109 on port 465.
[15:38:28.33] [INFO] Error: SSL-related Win32 function returned an error. See NativeErrorCode property value for more information. The Win32 error code is: -2146893007.
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 06 May 2014 at 10:24pm | IP Logged
|
|
|
That's rather ancient DLL build - current version is 8.*, you should really switch to it, see the detailed information here.
--
Regards,
Igor, AfterLogic Support
|
Back to Top |
|
|