how to email in asp 2.0
-
hi every on plz any can hlep me in understanding how I can make my website send emails and recieve and what about setup pop3 :((in windows server help plz and thanks for advance ;)
let's work together
-
hi every on plz any can hlep me in understanding how I can make my website send emails and recieve and what about setup pop3 :((in windows server help plz and thanks for advance ;)
let's work together
http://www.systemwebmail.com/[^]
Vasudevan Deepak Kumar Personal Homepage Tech Gossips
-
http://www.systemwebmail.com/[^]
Vasudevan Deepak Kumar Personal Homepage Tech Gossips
And, for 2.0, http://www.systemnetmail.com/[^]. :)
Jon Sagara Laziness is nothing more than the habit of resting before you get tired. -- Unknown Blog | Site | Articles
-
hi every on plz any can hlep me in understanding how I can make my website send emails and recieve and what about setup pop3 :((in windows server help plz and thanks for advance ;)
let's work together
It's very easy to send and receve email in asp 2.0 first include following files in ur code filed 1)Imports System.Web.Mail 2)Imports System.Net You can send mail in following way ' Creating the Mail Message Dim objMailMessage As MailMessage objMailMessage = New MailMessage objMailMessage.From = "youremailaddress@yahoo.com" objMailMessage.To = custemail.ToString objMailMessage.Subject = "Subject Heading" objMailMessage.Body = "Thank you (any Description in body)" objMailMessage.BodyFormat = MailFormat.Html ' Sending Mail Message SmtpMail.Send(objMailMessage) 'And also set ur Web.config file by defining your network host ipaddress, username and password Regards, Vidhin Shah -- modified at 3:38 Thursday 1st March, 2007
-
hi every on plz any can hlep me in understanding how I can make my website send emails and recieve and what about setup pop3 :((in windows server help plz and thanks for advance ;)
let's work together
http://www.systemnetmail.com/[^]
Vasudevan Deepak Kumar Personal Homepage Tech Gossips