PHP Email
Free and open source Email Scripts. Help you to build a Mail System, Autoresponders, Reminders. Also keep the spam away from your Mail Box.-
E-mail sender with custom mandatory fields, fully customizable web based e-mail system with mandatory fields checking without loosing fields content. Features of E-mail sender with custom mandatory fields:- Secure e-mail sending by destroying tags an sending e-mail in HTML format- Custom error messages - Custom mandatory fields- E-mail address validation - W3C Compliant - HTML code - PHP programming: Javier ...
-
Mime Decode will enable you to decode mime email. It can for example decode the mime torture test made available by UW. It will parse a raw mime email and returnthe structure. Returned structure is similar to that returned by imap_fetchstructure().Usage:- Assuming$input is your raw email)$decode = new Mail_mimeDecode($input, "");$structure = $decode->decode();print_r($structure);- Or statically:$params['input'] = $input;$structure = Mail_mimeDecode::decode($params);print_r($structure);
-
Email attachments reader can be used to retrieve file attachments from e-mail messages. It can connect to an IMAP or POP3 server using the PHP IMAP extension and retrieves files attached to e-mail messages. The retrieved attached files may be saved to local files. Requirements: PHP 4.0 or Higher
-
Mailer is a contact form to send an email to users of your site. It's easy to integrated to your site.
-
Provide your own newsletter. Visitors can subscribe and unsubscribe easily. Including administration to send newsletters and add/remove email addresses. Requires MySQL.
-
This is a php version of Matt Wrights FormMail.pl. A very simple and very powerful way to have users send you feedback from your web page. Just create the form and let the script do the rest! Alert!Many people have been making two mistakes and I've been receiving their mail! 1) You need to change the $adminmail variable to your ...
-
HecMailing is a native joomla 1.5 component that allow authorized frontend users to send email. There is also a contact module. Visit my Website for more...
-
A PHP Email Form that you can easily integrate into your website with just one simple line of code. Features include: - Very fast to integrate into any existing PHP page on your website. - All fields are required Anti spam filter. - Customizable email message that you receive. - Customizable email subject - Only 1 option to configure (your ...
-
Goldfish is a PHP-written, quite simple autoresponder for Postfix in relation with MySQL. It consists of only one PHP-File which can be started through a cronjob. The configuration is very easy and completely customizable according to your needs.
-
WritedocMail is a basic PHP-based Form Processor with required field checking. Provides all the files needed to get going quickly with very simple configuration; all you have to specify is the email address where feedback is to be sent and then move the files to your server and use. If you plan to use your own forms, additional instructions are ...
-
This script extracts address book contacts from Gmail, Yahoo, Hotmail, AOL, Outlook/Outlook Express, Plaxo and others.It can also extract emails from a particular url and also from the text pasted in the textarea. All these are are then stored in the MySQL database and can be used to send the invitations from your site.
-
E-mail robot (autoresponder), takes letters, parses and forms answer. It features for easy to use.
-
This package can be used to compose and send e-mail messages.There are classes for composing simple text messages, and more complex classes capable of sending multipart messages with text and HTML parts and attached files.
-
POP3 PHP class provides an interface to the POP3 protocol with full support including APOP authentication. It provides both command based methods (eg _cmdUser() )as well as more abstract methods (eg getMessage() ).Documentation is provided in the form of an example script which demonstrates all of the abstract methods.To use it successfully you will need to also have the Socket ...
-
Multipart mime email generator library for PHP. This library enables you to send multipart mime emails with PHP. There are function to read in files, build the format of the email, then you use the created data type and use the standard php mail() function to send it. Instructions are included in the software.




