Posted on September 29, 2008 by ubk
Sending Email in ASP.NET 2.0
(Taken from: http://aspnet.4guysfromrolla.com/articles/072606-1.aspx)
Introduction
Email serves as a ubiquitous, asynchronous notification and information distribution system. Not surprisingly, there are many web development scenarios where server-side code needs to generate an email and scuttle it off to the intended recipient. The email may be destined for a user of the website, informing them of [...]
Filed under: Scripts | Tagged: asp.net, attachment, delivery, email, mail, mailmessage, net.mail, SMTP, SmtpClient, System.Web.Mail | Leave a Comment »
Posted on October 20, 2007 by ubk
Hi,
I think many of new web developers come around a situation where they have to send emails (like registration emails of password-user name emails or newsletters) from their developed sites.
And I had also come around such situations where I had to send mails from PHP or ASP scripts. I found some useful resources and I [...]
Filed under: Microsoft Track, Php-MySQL | Tagged: asp, attachment mail, cdonts, cdosys, email, html mails, mail, mail form, mail script, mailing, php, php email attachment, script, send mail, sendmail, smtp authentication, text email | Leave a Comment »