Algorithms Arrays Passwords Uncategorized
Commerce Uncategorized
Databases Abstraction Layers Informix LDAP MS SQL MySQL ODBC PostgreSQL Uncategorized
Date & Time Calculators Conversion Translation Uncategorized
Discussion Chat Forums Guestbooks Polls Uncategorized
Email Validation Uncategorized
External Uncategorized
Files and Directories Uncategorized
Games Uncategorized
Graphics 3-D Graphs Resizing Thumbnails Uncategorized
HTML Forms Menus & Navigation Source Viewers Tables Templates Uncategorized
HTTP Authentication Cookies File Uploading Uncategorized
I18N Uncategorized
Math Uncategorized
Miscellaneous Uncategorized
Searching and Trees Uncategorized
Security Uncategorized
Text Uncategorized
Utilities Calendars Counters Link Checkers Weather Uncategorized
XML Uncategorized
| php sample source codes |
|---|
|
This is another sendmail script. Sends HTML and Text message. Add attached file as inline image or attachment.
|
|
I find it necessary to obscure my email addresses. This code was inspired by a script at http://www.healyourchurchwebsite.com/
|
|
attachment in mail >= 1
|
|
cryptemail() function will print e-mail address such a way that only browser will understand it, and display the correct text corresponding to each character. This function is very useful to stop SPAM. It will make it hard for normal Web Spider/Crawler or any custom made e-mail harvesting script which gets all e-mail addresses for a web-page,dump in the database & do SPAM.
|
|
E-Mail validation with an eregi expression.
|
|
This simple email / feedback form can be used on any website with register_globals=of, so $_POST is used, also works on drupal.org installations and include files. Adds extra info: ip, address, scriptlocation and timestamp.
|
|
it is a simple email program that uses PHP and default mail settings.
Easy to use and understand.
|
|
Here is a class for sending email; it has support for To:, Cc:, Bcc: and Reply-To: headers. It requires that you have sendmail installed.
|
|
isValidEmail is an express email address validation routine, which checks if the given email address is _looks_ like a valid one. Also it searches DNS for MX records corresponding to the hostname extracted from the address (optional).
|
|
Class to manipulate Ezmlm lists, including mysql lists support.
Use at your own risk =)
Source available at http://www.sumatrasolutions.com/
|
|
Sends a FORM results via email
|
|
For you who needs to grab email addresses from string or from website which you've grabbed.
|
|
<STRONG><A HREF="http://www.phpguru.org">http://www.phpguru.org</A></STRONG><BR><BR>
A class for sending mime based email. It can send:
<UL>
<LI>HTML Email</LI>
<LI>HTML Email with embedded images</LI>
<LI>HTML Email with attachments</LI>
<LI>HTML Email with embedded images and attachments</LI>
<LI>Text email</LI>
<LI>Text email with attachments</LI>
</UL>
|
|
That code make bot's think it is collecting lots of e-mails to database... but it generates random e-mail addresses
|
|
This class is designed to place a link on any page for a user to click on and recommend the site to a friend. The user can then fill in their name and email address as well as their friend's name and email address, and any comments they would like to include with it. The example URL leads to our freeware archive where the class and all related files can be downloaded in a zip archive.
|
|
The Subscription class provides functionality for managing subscrbers to Internet mailing lists. Zip archive containing all HTML files can be downloaded from http://www.iconinteractive.com/freeware/
|
|
this code let your user check the newsgroup or even their mail account from your web page...
|
|
This utility function checks a string to verify that it is a valid e-mail address. Unlike the two other scripts here, this routine doesn't require a network lookup, and so should be much faster.
|
|
insert user and sent mail
|
|
Ever need to specify the Return-Path header when sending email? This function will let you do that.
|
|
A function to validate email addresses
|
|
mass_email_function is a working mass email solution for web application.
It solves the problem of script execution timeout that can happen due to
the long time the process of sending e-mails require.
Moreover, the proposed solution offers the feature of email delivery scheduling.
|
|
This class will enable you to decode mime email. It can for example decode the <A HREF="ftp://ftp.cac.washington.edu/imap/mime/">mime torture test</A> made available by UW. There is an example script available at <A HREF="http://www.phpguru.org">http://www.phpguru.org</A> to help you get started. This class is also available through <A HREF="http://pear.php.net">PEAR</A>
|
|
If you have the system resources, this's the only verification snippet you'll need. This performs an MX lookup on the domain of the email address to verify that it *can* receive mail. (Note: This code did not work on the Windows ISAPI version of PHP, and may not work under Windows at all).
|
|
Other email Checker using explode :) i see much of them using regex
|
|
A replacement Form Mail for the ever popular (PERL) version from Matt's Script Archive. Includes a few extra features (more to come). Works on both *nix and Windows. (PHP3 & 4)
For more info (READMES, etc) visit http://www.boaddrink.com/projects/phpformmail
|