J
jack
Hi,
Im trying to send mail from asp.net page to gmail account.
Im trying to do this with the help of below code, but cant archive
it.
MailMessage message = new MailMessage("(e-mail address removed)", "(e-mail address removed)",
"(e-mail address removed)", "(e-mail address removed)");
SmtpClient smtp = new SmtpClient("smtp.gmail.com",465);
smtp.Send(message);
The above code doesn't seem to work..
Please help
Im trying to send mail from asp.net page to gmail account.
Im trying to do this with the help of below code, but cant archive
it.
MailMessage message = new MailMessage("(e-mail address removed)", "(e-mail address removed)",
"(e-mail address removed)", "(e-mail address removed)");
SmtpClient smtp = new SmtpClient("smtp.gmail.com",465);
smtp.Send(message);
The above code doesn't seem to work..
Please help