Email Programming Tips, Tricks and Secrets
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.
How to Validate Email Addresses in a PHP Script
Want to make sure the email addresses entered in your web form are valid? Here's how to validate email addresses for correctness with PHP.
How to Validate Email Addresses with HTML5
Validate email addresses in an elegant manner without turning to JavaScript, PHP, Perl or other scripting.
How to Validate Email Addresses with Perl
Don't want to capture obviously mistyped email addresses or try to send them mail? Here's how to validate email addresses conveniently with Perl.
How to Send a Simple Email with ASP.NET
ASP.NET makes it particularly easy to send emails from web pages.
