1. Home
  2. Computing & Technology
  3. Email

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.

How to Send Email from a PHP Script

One function is all you need to send an email from a PHP script.

How to Send Email from a PHP Script Using SMTP Authentication

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.

How to Send Emails with Extra Headers in PHP

Add "From:", "Cc:", "X-Mailer:" or any other header line to email messages sent from a PHP script.

How to Send Email with Ruby on Rails

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.

Send Emails with Extra Headers in PHP

Add "From:", "Cc:", "X-Mailer:" or any other header line to email messages sent from a PHP script.

How to Configure PHP to Use a Local Mail Server for Sending Mail

Insert messages from PHP scripts into a local mail server directly.

How to Configure PHP to Use a Remote SMTP Server for Sending Mail

Send emails from your PHP scripts without a local mail server installed.

Send a Simple Email with ASP.NET

ASP.NET makes it particularly easy to send emails from Web pages.
Explore Email
About.com Special Features

The Best Web Trends of the Decade

A look back at the best innovations, ideas and technologies over the last 10 years, More >

Family Tech Center

Stay connected and entertained with reviews on tips on the latest HDTVs, cellphones and more. More >

  1. Home
  2. Computing & Technology
  3. Email
  4. How Email Works
  5. Email Programming Tips

©2009 About.com, a part of The New York Times Company.

All rights reserved.