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: 21 - 40 Pages:   1 2   

   Checking your spam status   Hits: 610 

 
Spam is a major problem. As spam filters become more effective the spam changes to evade prompting the spam filters to again step up their aggressiveness. In this escalating battle it is all too easy for legitimate email to be filtered out in error. If you have ever had to deal with a complaint from a customer who never received their activation email, only to find it in their spam folder then you are familiar with the problem. No single approach is going to ensure that all your mail gets through but one quick and easy thing you should be doing is checking the black lists and make sure you are not on them. In this tutorial I go through creating a script which will automatically and periodically check the black lists for you. Once set up you can just leave it and rest a little more secure.


Version: n/a   Platform(s): n/a   Updated: Tue Dec 19 2006

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

   Accepting Email from your Website   Hits: 1694 

 
One of the keys to running a good website, is allowing your visitors to contact you when they have a question or comment on your website. Yet, in this day of email harvesting and spam, how do you allow your website visitors to contact you, without exposing yourself to a deluge of unwanted vi*gra ads? The answer? Use a form mailer! Click the link to read more about form processing scripts and how you can easily use them on your site. We also have an excellent form mailer that you could use on YOUR site.


Version: n/a   Platform(s): linux, windows, freebsd, osx, sun   Updated: Sat Oct  7 2006

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

   Send this page to a friend tutorial   Hits: 1226 

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


Version: n/a   Platform(s): linux, windows   Updated: Sun Apr 30 2006

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

   Mail() From Start To Finish   Hits: 3662 

 
Ever wanted to know how to send basic text emails/Html emails and emails with attachments? In this tutorial you will learn how to send emails in text, html and with attachments.


Version: n/a   Platform(s): n/a   Updated: Tue Apr 19 2005

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

   PHP Email Form Easy   Hits: 8569 

 
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 line email form to send emails from your website.


Version: PHP3 & PHP4   Platform(s): linux, windows, osx   Updated: Mon Apr 18 2005

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

   Feedback form   Hits: 771 

 
Learn how to use files system as the storage for messages. This feedback form does not need to have email address associated to it.


Version: n/a   Platform(s): linux, windows, freebsd   Updated: Tue Mar 29 2005

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

   phpAiB Contact Us Form   Hits: 1329 

 
Easy to use contact form that you can easily implement on your site. Features Include: - Admin Panel for Contact Form - Form is Includeable on website - Admin Panel Controls the Names/Email Addresses of the people your visitors can contact using the form. Also has categories of people. - Script is great for sites with lots of staff or lots of different e-mail addresses for different departments.


Version: 1.0.1   Platform(s): linux, windows   Updated: Sat Mar  5 2005

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

   Easy Emailer!   Hits: 1627 

 
This wonderful 1 page PHP webscript not only is fully customizable, but also hides your email address from spammers, and bots which try to extract your email address. This script also includes easy configuration, setup which will take under a minute. All you need to do is put in your email address, and load it on to your website! When an email is sent, the sender's IP address is included in the email incase of spam, at which then you could ban the IP from your website. Free support is offered with this amazing emailing script.


Version: 1.0   Platform(s): linux   Updated: Thu Feb  3 2005

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

   Building a Secure Contact Form   Hits: 1145 

 
A contact form or an email form is often a critical part of a website, in allowing users to contact you regarding one or more issues. This article aims to help you produce a secure contact form, and at the same time, try to reduce the amount of spam you will receive from it.


Version: 1   Platform(s): linux, windows   Updated: Sat Jan 29 2005

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

   Sending emails in PHP   Hits: 774 

 
This is an introductory tutorial to teach you how to send emails via PHP. It is quick and easy and aimed for beginners.


Version: 1.0   Platform(s): linux, windows, freebsd, osx, sun   Updated: Tue Jan  4 2005

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

   Random email addresses   Hits: 1213 

 
This will display random email addresses on a page. The user enters how many addresses they want and the script produces that amount. This is intended for spammers who use email harvesters and gives them a few new ones to use :-)


Version: n/a   Platform(s): n/a   Updated: Wed Mar 10 2004

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

   PHP email form script tutorial   Hits: 4641 

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


Version: n/a   Platform(s): n/a   Updated: Tue Dec  9 2003

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

   Send email using the PHP mail() function   Hits: 3665 

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


Version: 1.0   Platform(s): Unix   Updated: Tue Dec  9 2003

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

   Sending email using CDONTS   Hits: 4814 

 
This tutorials shows you how to send email using the layer defined in PHP4 for Win32 platforms. It'll show you how to send html mail, attachments and of course plain mail.


Version: n/a   Platform(s): Win32   Updated: Sat Oct  4 2003

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

   E-mailing in PHP   Hits: 7457 

 
This tutorial will show you how to send email in PHP. Firstly it'll go over the basics of how the Simple Mail Transfer Protocol (SMTP) works, then how to send email using PHP. After that it will show you how to send HTML emails in PHP (instead of just plain text emails). Finally, it will introduce you to an email class from the PEAR repository which will make your life much easier for sending emails, and allow greater functionality such as including attachments in your email.


Version: n/a   Platform(s): n/a   Updated: Tue Aug  5 2003

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

   E-Mail Address Hiding - Fight Spam at the Source   Hits: 2270 

 
This HOWTO shows some ways of how you can fool email spiders to not detect published email addresses.


Version: 1.5   Platform(s): n/a   Updated: Tue May 27 2003

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

   Protecting Your Users Email Addresses with PHP and MySQL   Hits: 2451 

 
Ever been spammed on from posting your email address on a website? Well, here's a method we like to use that prevents those web spiders from picking your users email up and spamming them.


Version: n/a   Platform(s): n/a   Updated: Mon Dec 16 2002

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

   HTML E-mail   Hits: 8903 

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


Version: n/a   Platform(s): n/a   Updated: Mon Mar 12 2001

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

   Sending MIME email in PHP   Hits: 9922 

 
Tired of sending those drab textual notifications and newsletters to your friend and clients? Ever wanted to send attachments and/or HTML embedded email. The answer is MIME. This article explains the basics of MIME, creating MIME-compliant messages and then ends with a working class implementation of sending MIME complaint email in PHP. Note that references to calling script, caller etc. denote the script that uses the class we are about to develop and client/MUA etc. denote a mail reading client or mail user agent.


Version: n/a   Platform(s): n/a   Updated: Fri Aug 11 2000

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

   IMAP Mail Reading With PHP3   Hits: 8030 

 
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 that allows you to access and read your email from anywhere in the world via your web browser.


Version: n/a   Platform(s): n/a   Updated: Tue Dec 14 1999

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

  Total: 40    Displaying: 21 - 40 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