Create your own subscription system (part1) webforg.com - One of the best things you can offer to your visitors is giving them the ability to subscribe to your website so they receive your latest information, offers, articles ..etc through e-mail.. and in this tutorial I will show you how to make subscription sy
Custom E-mail Form davepcguy.com - 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 p
Sending e-mails via SMTP with PHPmailer and Gmail web-development-blog.com - 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.
Connecting to an External IMAP Server phphelpresource.com - This tutorial will explain how to connect to external IMAP servers such as Gmail, Hotmail, AOL as well as your own email server.
How to Implement Email Verification for New Members net.tutsplus.com - 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
PHP IMAP: Looping through messages to find a specific subject electrictoolbox.com - Shows how to loop through or search for a specific email message using PHP IMAP. This post is part of a series about downloading email using the PHP IMAP functions. The ultimate goal of the series is to show how to export Google Analytics data by email, a
Creating a simple mail sender class with PHP phptoys.com - 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.
Test php mail function on your localhost phpeasystep.com - 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 mail function on your localhost using Argosft mail server.