Best Tutorials website
Latest tutorials

Advertisment

Form to Email

Form to Email

You can apply this tutorial for your contact form on your sites. This tutorial shows you in 1 file with a normal contact information form. When you...


Views: 504 | Rating star | by Adam
PHP - Email Systems

Quickly Validate An Email Address

Quickly Validate An Email Address

If you use this code, you will be able to validate a submitted e-mail address. It checks for an @ character, and actually checks the DNS of the...


Views: 467 | Rating star | by Nick
PHP - Email Systems

Sending emails with PHP

Sending emails with PHP

Emails are easy to send using PHP. Learn how here. Includes contact script.


Views: 514 | Rating star | by Sarah
PHP - Email Systems

Email Form

Email Form

Create you're first very basic email form and handler.


Views: 477 | Rating star | by Source
PHP - Email Systems

PHP: Sending Email (Text/HTML/Attachments)

PHP: Sending Email (Text/HTML/Attachments)

So, you want to send automated email messages from your PHP application. To understand how to send each variation that may exist on an email, we...


Views: 528 | Rating star | by Isac
PHP - Email Systems

Basic HTML newsletter in PHP/MYSQL

Basic HTML newsletter in PHP/MYSQL

Learn how to make a basic HTML-enabled mailing list with PHP/MYSQL.


Views: 475 | Rating star | by Mark
PHP - Email Systems

A (safe) contact form using Xajax and PHPmailer

A (safe) contact form using Xajax and PHPmailer

Try this tutorial to create web form to send e-mails to ONE e-mail address without having problems with spambots. The e-mail is send with SMTP and...


Views: 561 | Rating star | by Sarah
PHP - Email Systems

Sending email using PHP

Sending email using PHP

Learn how to send simple email, HTMl email and attachement using PHP. All with examples


Views: 463 | Rating star | by Sean
PHP - Email Systems

Creating a simple mail sender class with PHP

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,...


Views: 513 | Rating star | by Brad
PHP - Email Systems

AJAX contact form

AJAX contact form

An AJAX email contact form that uses mootools as a core Javascript library.


Views: 497 | Rating star | by Marry
PHP - Email Systems

Sending e-mails with PHP mail() function

Sending e-mails with PHP mail() function

You have seen html form whose send e-mails based on content entered in the form and now you want the same form on your web site. Ok, no problem.


Views: 495 | Rating star | by Nick
PHP - Email Systems

Godly Email Validation - Does the email exist, not just format filtering.

Godly Email Validation - Does the email exist, not just format filtering.

This application written by Mark Wilton-Jones is an amazing email validation app that makes sure that the email address exits by pinging and making...


Views: 453 | Rating star | by Source
PHP - Email Systems

Stop email bots

Stop email bots

This quick and easy tut will show you how to trick email bots from exploiting your email form.


Views: 582 | Rating star | by Troy
PHP - Email Systems

Super Fast Form Processing Via PHP

Super Fast Form Processing Via PHP

Learn how to create php authenticated forms using this mail script. Includes a zip download.


Views: 586 | Rating star | by Jason
PHP - Email Systems

Create a simple PHP contact form

Create a simple PHP contact form

Learn how to create a simple PHP contact form in just a few minutes. The tutorial is simple to understand and quick, perfect for quickly adding a...


Views: 781 | Rating star | by Sean
PHP - Email Systems