Best Tutorials website
Latest tutorials

Advertisment

PHP Email Form Easy

PHP Email Form Easy

PHP is the way to go for online email forms. This is a short tutorial with copy-and-past code on how to use the PHP email function to create an on...


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

PHP email form script tutorial

PHP email form script tutorial

This article breaks down the coding behind stargeek's popular email contact form script.


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

Send email using the PHP mail() function

Send email using the PHP mail() function

How to send an email from within a PHP page using the built in mail() function.


Views: 842 | Rating star | by Stephen
PHP - Email Systems

HTML E-mail

HTML E-mail

Sending an HTML e-mail message is easy from your client, but it can be tricky from a PHP script. This article explains how.


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

The Mail() Function

The Mail() Function

The purpose of this little tutorial is to tell you all about a spiffy little function. The mail() function is extremely useful when you want to...


Views: 902 | Rating star | by Donald
PHP - Email Systems

IMAP Mail Reading With PHP3

IMAP Mail Reading With PHP3

This tutorial shows you how to use PHP to make a quick, simple and effective IMAP or POP mail reader. The tutorial includes 3 short PHP scripts...


Views: 995 | Rating star | by Steve
PHP - Email Systems

Send Mail in PHP

Send Mail in PHP

This 2-page tutorial explains how to send an email message to someone or multiple people using the PHP mail function and sendmail.


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

Sending MIME email in PHP

Sending MIME email in PHP

Tired of sending those drab textual notifications and newsletters to your friend and clients? Ever wanted to send attachments and/or HTML embedded...


Views: 926 | Rating star | by Colin
PHP - Email Systems

E-mail Validation with PHP

E-mail Validation with PHP

This tutorial will show you how to check to see if an E-mail address is valid.


Views: 828 | Rating star | by Colin
PHP - Email Systems

Form Mail

Form Mail

Learn how to make a Form Mail using the power of PHP.


Views: 769 | Rating star | by Daniel
PHP - Email Systems

Mailing list manager

Mailing list manager

Learn to make a mailing list manager for our site and its users.


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

Protecting Email Addresses Using ASCII Codes

Protecting Email Addresses Using ASCII Codes

This can be used to protect email addresses, for instance. Because spammers are writing software to search for certain patterns (email adresses) on...


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

Creating simple PHP contact form

Creating simple PHP contact form

When you need user send feedback to your email you can use contact form. In this tutorial you'll learn how to create contact form with php...


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

Email Activation in PHP

Email Activation in PHP

This article introduces you to Creating your own user registration system allows you to obtain interesting information about the visitors to your...


Views: 823 | Rating star | by Slicer
PHP - Email Systems

Send this page to a friend

Send this page to a friend

A php tutorial/walkthrough that shows how to realize a useful feature like the one to send an url of your site via mail.


Views: 761 | Rating star | by Mathew
PHP - Email Systems

Verifying email address

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


Views: 786 | Rating star | by Mathew
PHP - Email Systems

Test php mail function on your localhost

Test php mail function on your localhost

When you code php mail function you can't test it on your localhost you have to upload and test it on your hosting but now you can test php...


Views: 809 | Rating star | by Steve
PHP - Email Systems

Sending forgotten password

Sending forgotten password

This php tutorial shows you how to send password to members via e-mail address when they forgot their password.


Views: 725 | Rating star | by Daniel
PHP - Email Systems

Send an Email Attachment with PHP

Send an Email Attachment with PHP

Send a PDF (or any other file) as a mail attachment using MIME.


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

Create your Email Server

Create your Email Server

When you create an auto email sender program with mail() function. You can not to test it on your machine(localhost). You have to upload and test...


Views: 775 | Rating star | by Ben
PHP - Email Systems