The net's largest PHP, CGI, Perl, JavaScript and ASP script collection and resource web portal
  New Listings
New Listings
Most Popular
Most Popular
Top Rated
Top Rated
Discussion
Discussion
Link to Us!
Link To Us
Search For:         
   
 
Sponsors


Categories

Ajax
ASP
ASP.NET
C and C++
CFML
CGI and Perl
Flash
Java
JavaScript
PHP
Python
Remotely Hosted
Ruby on Rails
Tools and Utilities
Web Hosting
XML

Sponsor Links


Home :: PHP :: Tips and Tutorials :: Email Systems
Sort Listings By:       Click if you want to be notified of new or updated links in this category
  Total: 40    Displaying: 1 - 20 Pages:  1 2

   Creating a simple mail sender class with PHP   Hits: 1747 

 
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.


Free   Version: 1.0   Platform(s): linux, windows, freebsd, osx, sun   Updated: Fri Sep 19 2008

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Send automated emails to your users (including Hotmail Users) with PHP   Hits: 1038 

 
Send automated email to your customers with php mail function, With this script emails will be delivered to inboxes of Hotmail, AOL and other strict email providers. We will be changing the envelop address without having to pass it over to the sendmail path.


Free   Version: n/a   Platform(s): linux, windows, freebsd, osx, sun   Updated: Fri Aug  3 2007

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Using function mail() in windows xp part 2   Hits: 432 

 
Steps to add user, adding domain and make test email from web based interface and try to send email from php script. No need internet connection to test mail() function. Video provided for illustration.


Free   Version: n/a   Platform(s): windows   Updated: Thu May 24 2007

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Using function mail() in windows xp   Hits: 634 

 
mail() function is one of important function in php, simply to use in hosting environment. The problem come for beginner who want to test mail() function in their windows xp. This guide will show step required to install mail server in windows xp to interact with mail() function.


Free   Version: n/a   Platform(s): windows   Updated: Mon May 21 2007

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Fighting Spam   Hits: 675 

 
Anti-Spam Coalition will show you how to protect your inbox as well as semi-actively fight back spammers. You can contribute by linking to antispamcoalition.org or install our simple PHP script. There are two versions available, basic and advanced. Both are included in the zip file. For more information, visit antispamcoalition.org


Free   Version: n/a   Platform(s): linux   Updated: Fri Apr 27 2007

Listing Details
Visit
Download
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Sending Email (Text/HTML/Attachments)   Hits: 2047 

 
Email is the most popular Internet service today. A plenty of emails are sent and delivered each day. The goal of this tutorial is to demonstrate how to generate and send emails in PHP. So, you want to send automated email messages from your PHP application. This can be in direct response to a user's action, such as signing up for your site, or a recurring event at a set time, such as a monthly newsletter. <BR><BR> Sometimes email contains file attachments, both plain text and HTML portions, and so on. To understand how to send each variation that may exist on an email, we will start with the simple example and move to the more complicated.


Free   Version: n/a   Platform(s): linux, windows, freebsd, osx, sun   Updated: Wed Mar 28 2007

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Sending emails using php!   Hits: 1906 

 
This tutorial will teach you the basics of form processing and email sending using php. It first teaches you how to produce a html form and process it on the same page using php. Then it moves on how to send emails using php


Free   Version: 1.00   Platform(s): linux, windows   Updated: Sun Nov  5 2006

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Simple and secure mail function based on php mail()   Hits: 1674 

 
Contains useful arguments (from, to, subject, text) and protection from malformed headers. Also, there is a simple mail form example.


Free   Version: n/a   Platform(s): linux, windows, freebsd, osx, sun   Updated: Wed Oct 25 2006

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Quick and Dirty E-mail Validation   Hits: 1152 

 
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 e-mail address domain to make sure it has a mail server.


Free   Version: n/a   Platform(s): linux, windows, freebsd, osx, sun   Updated: Mon Sep 25 2006

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Form Mail   Hits: 3965 

 
This is a detailed tutorial on Sending Email using Forms, in this tutorial you will also learn about alot of Php elements. And other kinda things.


Free   Version: 1.0   Platform(s): windows   Updated: Sat Feb 11 2006

Listing Details
Visit
Download
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Send Emails Using Php (basic)   Hits: 3601 

 
Sending emails with PHP is a lot easier than you would think.


Free   Version: n/a   Platform(s): n/a   Updated: Sat Feb 11 2006

Listing Details
Visit
Download
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Email Activation in PHP   Hits: 4357 

 
Creating your own user registration system allows you to obtain interesting information about the visitors to your site. shows you how to send email activations to users email address's.


Free   Version: n/a   Platform(s): linux, windows, freebsd, osx, sun   Updated: Wed Feb  1 2006

Listing Details
Visit
Download
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Php Mail Form   Hits: 5746 

 
In this tutorial you will learn how to make a mail form in PHP


Free   Version: n/a   Platform(s): n/a   Updated: Sat Oct 22 2005

Listing Details
Visit
Download
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Sending email with PHP   Hits: 2658 

 
In this tutorial we will create a simple mailing system with PHP so users can send email through your website. We will include protection like checking for blank fields and making sure that the user email address is valid.


Free   Version: n/a   Platform(s): linux, windows   Updated: Fri Jun 10 2005

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   The 'make your own php mail form' tutorial   Hits: 5210 

 
This is a recipe for a 'simple yet powerful' mail form. Perfect for beginners. Your address will neither be visible on any page nor detected by spambots. You will receive the mail marked as coming from the form, and your guest will automatically receive a copy of the mail (s)he sent (provided correct email address is entered). Only 2 fields are required; if 'Name' is left blank, 'Sender' will be sender's email address, and if 'Subject' is left blank, the mail will still get to your mailbox.


Free   Version: n/a   Platform(s): n/a   Updated: Fri Nov 12 2004

Listing Details
Visit
Download
Refer
PDF
  Member Reviews (1) Visitor Ratings

   Sending Mail with PHP   Hits: 741 

 
Despite what you may think, sending mail is a widely used practice in most scripts. Some use other methods, but the simple PHP mail() function is safe, reliable, easy to use and very useful. Below we'll show you step-by-step different ways to use the mail() function. Including sending a basic e-mail with sender, receiver, subject and body, an e-mail with a few receivers and then a full blown example with headers, HTML e-mail and the works.


Version: 1.0   Platform(s): linux, windows   Updated: Wed Jan  2 2008

Listing Details
Visit
Download
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Simple HTML mailing list   Hits: 550 

 
This tutorial will show you how to make a double opt-in email list with activation. It will also show you how to delete emails and send emails to the list.


Version: n/a   Platform(s): linux, freebsd, sun   Updated: Sat Mar 31 2007

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Safe Ajax contact form   Hits: 1926 

 
Providing a simple contact form could be a big security issue if the form script doesn't have any validation or security features. In the past it was very common to use simple mail scripts to post a web form to some e-mail address. A lot of the spam getting people in their mail box is send with vulnerable form mail scripts. These tutorial will show you how to create a simple mail form using Ajax and PHPMailer.


Version: 1   Platform(s): n/a   Updated: Tue May  1 2007

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   PHP HTTP Mail   Hits: 749 

 
Most mail readers are HTML compliant these days. I had a client that needed to send HTML. It turns out a number of sites have it wrong. Here is some code that works.


Version: n/a   Platform(s): linux, windows, freebsd, osx, sun   Updated: Fri Jan 26 2007

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Email validation (checks domain aswell)   Hits: 932 

 
This script will not only check the email by regex but it will also use mx records to check if the domain exists. It also checks against one of the most popular recieve only free email sites.


Version: n/a   Platform(s): linux, windows, freebsd, osx, sun   Updated: Mon Jan  8 2007

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

  Total: 40    Displaying: 1 - 20 Pages:  1 2

Share


Register | FAQ/Support | Contact Us | About Us | Getting Rated | Link to Us | Bookmark Us | Advertising Info | Terms of Use | Privacy Policy
Copyright © 2008 iNET Interactive. All rights reserved.
Other iNET Interactive Sites:
Web Hosting Talk | dBForums | Mac Forums | Hosting Catalog