Sending Email in ASP.NET 2.0 with attachments

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 [...]

Sending Emails with ASP and PHP

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 [...]