EmailArchiver is a script which checks a POP mailbox, reads all messages available and
writes them to plain text files to be viewed by the public. A web-based administration allows the user to view/archive/delete messages from the server. The script can be set as a CRON job or "Scheduled Task" to automatically archive messages each time the script is run.
PHPformail will let visitors of your site sent you emails from your webpage without having them to sign into their own email account. This script is similar to the famous Formail script written in CGI. I remember when I first tried to configure Formail when I was a freshman in college, it took me for ever to read the code and then ask the administrator to give me the appropriate CGI path. So anyway, now I wrote a simple script that do the same, and looks even better! Only need to edit 3 lines in congif.inc file and upload it as is and you ready to get emails right in your mailbox from visitors of your own site.
PhpMail is basically a PHP program to email in plain text or HTML format (options available) using To, CC, BCC. It works with PHP3 and PHP4 both. No library is needed to execute this program.
Pop3cleaner Script is an amazing script, which can emtpy any pop3 mail box regarless of the amount of emails in just seconds, This script can be used to ofeer a serviceor to just use on a personal basis, we also have a hosted version for just $10 per year, however the script is two files and is a php script with no need for a back end mysql database, just download and enjoy!!
A forms processing utility that emails the contents of a form to you. Includes spam gaurding features, and field validtion. Supports the ability to send an attachment uploaded from a form . Easy to install, options (including validation) configured via html!
This little free perl scripts enables PHP to send eMails through an external smtp server. Under PHP for Windows it is no problem to send eMails via SMTP but under Linux this can be a real disaster. PHP only gives Linux users the chance to send eMails through a locally installed Sendmail or QMail. SendMail Wrapper is a perl script behaving like Sendmail to PHP. PHP sends the eMail to Sendmail through a so called PIPE. Sendmail Wrapper grabs this request und forwards it to a SMTP server given by parameter.