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 :: Scripts and Programs :: Email Systems :: Email Utilities
Sort Listings By:       Click if you want to be notified of new or updated links in this category
  Total: 166    Displaying: 1 - 20 Pages:  1 2 3 4 5 6 7 8 9

   Web Email Script (Gmail Clone Webmail Script + Disposable Email)
         Hits: 248 

Web Email Script Enterprise is your perfect webmail script solution that features a unique AJAX interface that mimics the widely popular Gmail webmail service and our software also offers your users with disposable email addresses with pre-defined time limit which users can receive emails sent to the temporary email address before it expires. Web Email Script Enterprise is also integrated with Google AdSense module with domain targeting technology to fully maximize your ad revenues. Other features include: auto-check emails, easy design integration, 3rd party php integration supported, admin backend interface, multiple attachments support, WYSIWYG editor, web-based setup and more. Run your own disposable email service and gmail clone webmail service with Web Email Script Enterprise.

Commercial   Version: 1.5    Platform(s): linux, windows, freebsd   Updated: Thu Jul 17 2008

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

   Omnistar Mailer - Web Based Email List Manager
         Hits: 5200 

Omnistar Mailer is a php web based autoresponder and email marketing solution that will allow you to setup and manage email list campaigns, customize html emails and setup a series of autoresponders emails to stay in constant communication with your customers. With Omnistar Mailer email marketing software you will be able to easily follow up with clients using autoresponder emails, track the success of each campaign sent by viewing detailed graphical statstistics and personalize each and every email sent to your customers. The autoresponder software is designed to allow users of all experience levels to successfully setup and mange their email list campaigns through a clean administrative interface. Webmasters can even private label our solution, brand the product as their own and resell to their client base. Through the administrative interface, users will also be able to setup and customize their own newsletter registration forms using our easy to use built in form builder.

Commercial   Version: 6.3    Platform(s): linux, windows   Updated: Thu Apr 10 2008

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

   Best Newsletter software (Great PHP Mailer)
         Hits: 1257 

Powerful yet very easy to use and affordable PHP mailing list manager that helps you send professional emails or newsletters in no time. Complete with many advanced features such as: Detailed message personalization(you can insert contact details as: name, email or any custom fields at any area of your message to make your clients feel special) • well designed email templates • WYSIWYG editor • advanced campaign tracking identifying the effectiveness of your campaigns • detailed reports and charts analyzing and comparing your campaign results • scheduler (to send your weekly/monthly newsletters on time • subscription form builder • ability to send text or HTML messages• ability to import existing subscribers from text file or MySQL DB •bounced email filtering (rids lists of invalid email addresses) • ability to send multiple attachments with your newsletter • auto responder • customizable appearance • free support and upgrade. All for a much lower price than that of similar mailers

Commercial   Version: 3.0    Platform(s): n/a   Updated: Fri Mar 28 2008

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

   phMailer 1.5   Hits: 7697 

 
phMailer is a very simple php mail script. It can be used on your site as a contact form. This is very helpful if you want your visitors to be able to contact you without them knowing your real email address. On great feature of this script is the ability to allow users to attach multiple files when sending an email directly from your site. Of course, you can disable this feature if you wish. Any file type is accepted as long as they are included in your file extension list. Another popular use for a php email form is protection against spam bots. Spam, is a major downside of email, and placing your email publicly on your website is asking for spam. Spam bots can take your email address right off your site and add it to thousands of spam databases, resulting in a never ending supply of spam for you. I coded this script, because I couldn't find a simple mail script that would allow my visitors to send me attachments while keeping my email hidden from spam bots.


Free   Version: 1.5   Platform(s): linux, windows, freebsd, sun   Updated: Tue Dec 13 2005

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

   Validate your email     Hits: 0 

 
Validate your email with short function. Check the format of email, comapare with reg exp and return true or false. A advance version is also available.


Free   Version: 1.0   Platform(s): linux, windows   Updated: Thu Jul 24 2008

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

   Advance Email Validation     Hits: 0 

 
This is a class which attempts to verify an email address by contacting a mail exchenager. Registered mail exchangers are requested from the domain controller first, then the exact domain itself. The error argument will contain relevant text if the address could not be verified.


Free   Version: n/a   Platform(s): linux, windows   Updated: Thu Jul 24 2008

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

   Micro Mailer   Hits: 3519 

 
Micro Mailer is a small PHP class which allows you to send emails from your PHP script more simple. It contains an example file as well to learn how to use the class.


Free   Version: 0.1   Platform(s): linux, windows, freebsd, osx, sun   Updated: Wed Nov 14 2007

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

   Email Extractor   Hits: 2464 

 
PHP Email Extractor serves to extract emails either from the provided text or from URL. All found emails will be output below the input form, one email per row.


Free   Version: 1.0   Platform(s): linux, windows, osx, sun   Updated: Fri May 16 2008

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

   Obolynx Fake Emailer   Hits: 259 

 
This simple customizable script allows you to send a email from any email address to any emaill adress and it's only one file which is very small and quick loading. WYSIWYG message editor to add tremendous functionality and it's very easy to use. More improvements to come.


Free   Version: 1   Platform(s): linux, windows, freebsd, osx, sun   Updated: Thu Jun 26 2008

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

   EMAIL / MIME Parser (Decoder) in PHP   Hits: 534 

 
No other scripts (or classes) are required. Simply provide the script with a raw email in $email. The script will then parse the Headers in to "To:" "From:" "Cc:" and "Bcc:" and the Message in to Plain and HTML. If the email is non MIME, it will output the messgae as is. The attachments are assumed to be base64 encoded and will decode these and deposit them in the same directory as the script, keeping the original file name and extension. The directory can be changed by changing the $path variable. The script can easily be altered to handle other encoded attachments. This script is PHP4 and PHP5 compatible. For PHP5, it would be best to change some of the string funtions to non-case sensitive versions (e.g. change str_replace to str_ireplace, etc). The script has been tested on Outlook Express, Hotmail and Freeserve (Orange and Wanadoo).


Free   Version: 1.0.0   Platform(s): linux, sun   Updated: Thu May 15 2008

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

   Simple Feedback Script   Hits: 4713 

 
Here is a simple feedback form. Install this on your website which must have PHP installed. Users will fill in this form which will then be emailed to the admin, and a confrimation email sent to the user. Easy to install and configure. A more advanced form is available by subscribing to JCcorp Developers


Free   Version: 1.0.0   Platform(s): linux, windows, freebsd   Updated: Sun Jan 27 2008

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

   MIMEmail (PHP)   Hits: 4803 

 
If you want to send HTML mails including images and stylesheets, or want to attach files - this script is for you. Images and files will be included into the mail body and will be sent to the recipient(s).


Free   Version: 2.1   Platform(s): n/a   Updated: Sun Mar 23 2008

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

   DSNewsletter   Hits: 5544 

 
DSNewsletter is a freeware monthly newsletter script made in PHP. It is very easy to install, doesn't require a MySQL database like many other newsletter scripts, and has plenty of great features. DSNewsletter 1.0 Features: Subscribe/Unsubscribe by email, Flat files, no databases required, Easy configuration, ID search to search the status of your article (Pending, Accepted, Rejected), A years span of archives, Easy skinning, Easy modding, Temp folder to help troubleshoot if you ask on the forums, Easy chmoding, Email sent with link to latest issue and HTML for email clients that support it, User submissions, See if the administrator has rejected your email off the subscriptions list, and Unlimited catagories. Admin control panel features: Accept/Reject/Edit articles pending by users, Reject/Edit Accepted Articles, Reject email subscriptions, Delete old articles every year (So they don't get mixed up with this year's issues), Choose which month to publish, delete logs, and notification


Free   Version: 1.4   Platform(s): linux, windows, freebsd, sun   Updated: Sun Feb 17 2008

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

   JCmail to go   Hits: 2387 

 
JCmail to go is a free script which allows users to send a quick email from your site. This script is written using PHP and HTML and is the first script to use a template system from JCcorp. The template system allows you to easily edit HTML with your favorite editor. you can even post your skins here at developers.jccorp.net for others to use! Please use the forum for suggestions, support and bugs. Features: * You can use script to send emails anywhere in the world. * There is no need to log in * Quick and easy * No need to set your account up in Outlook Express * Easy installation - No database needed * Use of templates for HTML Download History: 1.0.0 BETA First beta version released


Free   Version: 1.0.0   Platform(s): linux   Updated: Sun Jan 27 2008

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

   SMTP Client   Hits: 613 

 
This is a simple class that can be used to send e-mail messages via an SMTP server. It can connect to a given SMTP server and send a message to a given recipient e-mail address. The sender e-mail address, the message subject and body are also configurable. The class also supports SMTP LOGIN authentication.


Free   Version: 1.0   Platform(s): linux, windows, osx   Updated: Fri Feb 29 2008

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

   Email validator   Hits: 129 

 
This script allows you to check if a proved email-address is valid or not. It checks wheather the syntax of the provided email address is valid and wheather the domain is capable of receiving an email message.


Free   Version: 1.2   Platform(s): linux, windows, freebsd, osx, sun   Updated: Tue Jun 24 2008

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

   PHP Censored Email (FREE)   Hits: 375 

 
This is PHP Function Script to censor the email address before display in website. INPUT : yourname@domain.com OUTPUT: y******e@domain.com It's very easy to use. The usage sample is available.


Free   Version: 1.0   Platform(s): linux, windows, freebsd, osx, sun   Updated: Tue Feb 12 2008

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

   Email Obfuscator   Hits: 152 

 
One way the spammers got email addresses is, they collect email addresses from web pages. To combat this email harvester robots, make some small modifications to the emails you want to display. This will make the robots difficult to recognize your email addresses, but still readable by humans.


Free   Version: n/a   Platform(s): linux, windows   Updated: Mon Jun  9 2008

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

   SRMail   Hits: 1475 

 
A Simple E-mail contact form for your website with easy blending in your current theme of your website and customizable text sizes. Keeps your E-mail address private and away from the public. Whole script consists of one file and will work right away.


Free   Version: 1   Platform(s): n/a   Updated: Mon Feb 25 2008

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

   eqMiniMailer   Hits: 323 

 
The eqMiniMailer script allows you to easily put an easy to maintain 'mini' contact form straight into any page. It has server side field validation, and is easy to config for someone with no experience in PHP. The primary use for this would be a secondary contact form... for a more detailed primary version try the eqMailer also available on our site. Enjoy!


Free   Version: 1.0   Platform(s): n/a   Updated: Thu Jan 17 2008

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

  Total: 166    Displaying: 1 - 20 Pages:  1 2 3 4 5 6 7 8 9

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