Microsoft
Software
Hardware
Network
Question : Sending email from ASP.Net 2.0
Please give me the code to send an email from my website using gmail.
I wrote the following code, but it didnt work. The exception asked for STARTLS secure connection.
Imports System.Net.Mail
Imports System.Net
Partial Class WriteToUs
Inherits System.Web.UI.Page
Public Sub ps_SendMail()
Dim objMail As System.Net.Mail.MailMessag
e
Dim objSMTPClient As New System.Net.Mail.SmtpClient
objMail = New System.Net.Mail.MailMessag
e
objMail.To.Add("
[email protected]
m")
objMail.CC.Add("abc@hotmai
l.com")
objMail.From = New MailAddress("
[email protected]
")
objMail.Body = "test message"
objSMTPClient.Host = "smtp.gmail.com"
objSMTPClient.Credentials = New NetworkCredential("abc@abc
.com", "abc123")
Try
objSMTPClient.Send(objMail
)
Catch ex As Exception
End Try
End Sub
Protected Sub form1_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles form1.Load
Call ps_SendMail()
End Sub
End Class
Answer : Sending email from ASP.Net 2.0
I've tested this in some of my projects and it works fine.
http://www.codeproject.com
/KB/IP/
Sen
ding_Email
s_From_GMA
IL.aspx
Hope that helps.
Random Solutions
Calculating a CRC-16
Use of Excel Macro in MS Access 2000
Problems Installing PyQt on OS X 10.6.3
Scheduled Task Not Getting Scheduled Through Group Policy
how to install certificate in SBS 2008
I am trying to load windows xp on a hp g71-340us laptop. The factory installed OS is windows 7 Home Premium. When the set-up disk is loading i get a Stop 0x0000007b BSOD.
Exchange 2003 Mailbox missing - big mystry
CSS problem
Multiple CAS, Multiple Sites