Creating a simple mail sender class with PHP
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
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
Learn how to create a basic Mail Form using PHP and HTML.
Email Validation
Add email validation to forms using regular expressions and domain check.
Form Mail
Learn how to make a Form Mail using the power of PHP.


