Click here to Skip to main content
15,891,951 members

Comments by AhmadAhsan (Top 7 by date)

AhmadAhsan 29-Dec-12 7:44am View    
error is posted in the thread.
AhmadAhsan 27-Dec-12 0:46am View    
The LOC is included as:

SmtpClient mail = new SmtpClient();

mail.EnableSsl = true;

Any more suggestions ...
AhmadAhsan 27-Dec-12 0:46am View    
Not working for me, do I need any additional configuraion???
AhmadAhsan 27-Dec-12 0:30am View    
The code I posted in the question and the one available on URL you provided is same. However I tried by omitting the port number but the error is same. Can you please provide your portion of application which is sending email. My email id is ahmad_ahsan@ymail.com. Do I need any additional configuration of my application ? Thanks a lot for any help.
AhmadAhsan 27-Dec-12 0:23am View    
I have used he overloaded "send()" function of SmtpClient class, but getting the same error.