free mail service
ASP.NET
3
Posts
3
Posters
0
Views
1
Watching
-
Now I want to make a web application to send mail but don't know any free mail server to send my email. If you know something about free mail server support POP3 and SMTP please tell me. Thanks.
Hi I think this code will solve u r problem
Dim MailMsg As New Mail.MailMessage MailMsg.To = ToString MailMsg.From = FromString MailMsg.Cc = CCString MailMsg.Bcc = BCCString MailMsg.Subject = SubjectStr MailMsg.BodyFormat = Mail.MailFormat.Text MailMsg.Body = MailBody(Your Message) Mail.SmtpMail.Send(MailMsg)
bye Timcyspet -
Now I want to make a web application to send mail but don't know any free mail server to send my email. If you know something about free mail server support POP3 and SMTP please tell me. Thanks.
gmail baby!