Click here to Skip to main content
15,886,873 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Good Afternoon,

I'm building a email client that uses smtp to send email, but i have a small problem.
Some smtp servers such as gmail/hotmail require SSL.

Example:
me:EHLO localhost
me:auth login
sv:.... requires STARTTLS

So i send the comand STARTTLS and it replies
220 2.0.0 SMTP server ready
, but if i type just anything the connection crashes and if i wait it closes with timeout.

How can i enable the SSL.

Ty,
Posted
Updated 13-Jan-12 5:23am
v2
Comments
Sergey Alexandrovich Kryukov 13-Jan-12 17:50pm    
SMPT?
--SA

1 solution

This article[^] may help you. Google may help you more.
 
Share this answer
 
Comments
Sergey Alexandrovich Kryukov 13-Jan-12 17:51pm    
I think I may vote 5. :-)
--SA

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900