This function takes your email, link text and outputs someting like %69%6e%66%6f%40%73%6d%69%6c%65%64%73%6f%66%74%2e%63%6f%6d, which works in browser but is hard to read for spam bots.
There is working demo on my site!
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.
MMEX is different from other form scripts and many other scripts in that there is only one file that controls all the functions. This is convenient because you do not have to deal with a lot of messy files. Also, the script is well organized and variables are relative to their function. Comments have been inserted throughout the script to provide structure, this makes it a breeze to add your own modifications.
Mail Manage EX has the capabilitiy to send to multiple channels at once. Your options of sending are: email, file, csv, database, email & file, email & csv, or email & database.
Generally, scripts with a lot of capabilities have many files for each function that may be intimdating to new programmers, MMEX tries to make it as simple as possible without losing the integrity of the script.
Got a mailbox full of hundreds of spam email messages? Mailbox Cleaner lets you delete all the messages in a POP3 mailbox without downloading or viewing any of them. Dialup users in particular will love being able to clear out a POP mailbox without downloading 5 megs of spam every day.
Here is a PHP class for sending email; it has support for To:, Cc:, Bcc: and Reply-To: headers. It requires that you have sendmail installed. Note: this site requires registration to access the file.