All Tags »
Error in Sending Mail From Gmail in asp.net 2.0
Sorry, but there are no more tags available to filter with.
-
I get this error
The SMTP server requires a secure connection or the client was not authenticated. The server response was: 5.7.0 Must issue a STARTTLS command first w66
Can anybody help me out what is wrong with following code
protected void btnSendEmail_Click(object sender, EventArgs e)
{
System.Net.Mail.MailMessage MyMailMessage = new ...