Author |
|
zedekiah Groupie
Joined: 24 June 2009 Location: United States
Online Status: Offline Posts: 44
|
Posted: 23 July 2009 at 12:25pm | IP Logged
|
|
|
In imapdemo2 (windows) it has begin connect on port 143. The only difference SSL is is that it uses AuthenticationMode.Auto
Am I on port 993 or not? Am I using SSL or not?
|
Back to Top |
|
|
Andrew AfterLogic Support
Joined: 28 April 2006 Location: United States
Online Status: Offline Posts: 1189
|
Posted: 24 July 2009 at 12:11am | IP Logged
|
|
|
You should enable SSL explicitly:
mailer.SslMode = SslStartupMode.OnConnect;
This should be done before connect.
Best regards,
Andrew
|
Back to Top |
|
|