Email Programming Tips, Tricks and Secrets
No application is complete until it can send (and possibly receive) email, instant messages or RSS feeds. Find out how to use these communication channels in your programs.
One function is all you need to send an email from a PHP script.
Now the email from your PHP script won't send. Now it will. Here's how to make PHP send emails even through mail servers that require authentication.
Add "From:", "Cc:", "X-Mailer:" or any other header line to email messages sent from a PHP script.
With Ruby on Rails, emails are objects and their content comes from templates. Sending mail from a Ruby on Rails application is quite easy and very flexible.
Add "From:", "Cc:", "X-Mailer:" or any other header line to email messages sent from a PHP script.
Insert messages from PHP scripts into a local mail server directly.
Send emails from your PHP scripts without a local mail server installed.
ASP.NET makes it particularly easy to send emails from Web pages.