Submit Tutorial   

Sending emails with PHP & jQuery
PHP » Email
Learn how to send emails from your websites using PHP and jQuery.
Creating a simple mail sender class with PHP
PHP » Email
In this tutorial I will show you how to create a simple mail sender class in PHP. Sending emails with PHP is a lot easier than you would think, however you need to care about some settings to avoid moving your emails into a spam folder.
Verifying email address
PHP » Email
When users sign up to join your website you may want to verify their email address by sending confirmation link to their email address. You'll learn how to do this in this tutorial.
Mail Form with PHP and HTML
PHP » Email
Learn how to create a basic Mail Form using PHP and HTML.
Email Validation
PHP » Email
Add email validation to forms using regular expressions and domain check.
Form Mail
PHP » Email
Learn how to make a Form Mail using the power of PHP.