Subscribe
Tutorial search

PHP Email Tutorials


We hope that you will enjoy our PHP Email tutorials. Feel free to contact us if you would like to be a tutorial hero and contribute your own PHP Email tutorial to our site. Thank you !

Sort by:
Creating Email Templates in PHP
Creating Email Templates in PHP
This article is about sending emails from PHP based on templates with expansion of variables. This technique will allow website administrator to update template text whenever required. A simple php script can update the template text stored in the database.
Difficulty:
Enable E-mail In PHP – Windows
Enable E-mail In PHP – Windows
This will be a quick tutorial that will show you how to enable e-mail function in PHP on Windows.
Difficulty:
Automated php emailer script using cronjobs
Automated php emailer script using cronjobs
Automated php emailer script using cron jobs to send out one year anniversary emails.
Difficulty:
Setting Up PHP mail() in Windows
Setting Up PHP mail() in Windows
If you are developing a portal, you will definitely need the engine to send out emails, but in Windows, if you have Apache, PHP and MySQL installed, the mail() function of PHP will not work without additional configuration. Read on, and you’ll realize that today this isn’t a challenging task, and you can even develop your application without Internet access.
Difficulty:
Custom E-mail Form
Custom E-mail Form
A tutorial on creating a complicated e-mail form for custom coupon creation (with user's name), print feature, with database support and mail() function usage. In-depth discussion of each step as well as updated script built at the end of the article is present
Difficulty:
How to create a secure PHP contact form
How to create a secure PHP contact form
This tutorial explains how to create a spammer-stopping secure PHP contact form for your website.
Difficulty:
Sending e-mails via SMTP with PHPmailer and Gmail
Sending e-mails via SMTP with PHPmailer and Gmail
Using the SMTP server from Gmail is a good choice for mail application with less than 500 recipients a day. This tutorials shows you how to send mail messages via SMTP using PHPmailer and Gmail.
Difficulty:
Display IMAP mailbox Folders
Display IMAP mailbox Folders
This tutorial will show you how to display your IMAP mailbox folders.
Difficulty:
Connecting to an External IMAP Server
Connecting to an External IMAP Server
This tutorial will explain how to connect to external IMAP servers such as Gmail, Hotmail, AOL as well as your own email server.
Difficulty:
Verifying email address
Verifying email address
Verifying email address php lesson its greeeeeeeeeeeeeat
Difficulty:
Simple Mail Script Using PHP
Simple Mail Script Using PHP
A very simple php mail script.The script will simply send a mail to the e-mail id you provide in the coresponding field
Difficulty:
How to Implement Email Verification for New Members
How to Implement Email Verification for New Members
Have you ever created an account with a website, and were required to check your email and click through a verification link sent by the company in order to activate it? Doing so highly reduces the number of spam accounts. In this lesson, we’ll learn how to do this very thing!
Difficulty:
Simple contact form
Simple contact form
This in-depth tutorial from itsphp.com will teach you how to make a simple contact form. Your visitors will be able to contact you and your email address will not be disclosed.
Difficulty:
404/403 Website Error Pages with PHP Auto Mailer
404/403 Website Error Pages with PHP Auto Mailer
404/403 Website Error Pages with PHP Auto Mailer
Difficulty:
Use PHP to create a contact form
Use PHP to create a contact form
There are many ways for visitors to contact you through your website whether it is by comment, forums or guestbook’s, but the easiest method is an email straight to your inbox. An easy way to accomplish this is to add a form to your website that allows visitors to fill out and send to you. This is a brief tutorial on how to create your form, both the PHP and HTML sections to it.
Difficulty:
Total Tutorials in Category: 83