|
aMAILzing
|
Other links at PHP > Scripts and Programs > Email Systems |
| 1. |
SMTP Class
|
|
|
SMTP Class is a PHP class to enable you to send email direct through an smtp server. Currently supports all basic commands; HELO, EHLO, MAIL, RCPT, DATA. Also supports the AUTH LOGIN (basic authentication).
|
| 2. |
cybercanton Anti-Spam Script
|
|
|
When a new message is sent to you, Anti-Spam Script determines if the sender is authorized to send you emails. If the sender is authorized, the email is immediately sent to your inbox. If the sender is blocked, the email is deleted and your inbox is kept spam free. If this is the first email from the sender, the email is held in a temporarily holding area on our website and the sender is sent an email with a verification link that he/she must click. The sender only needs to click the verification link once, and their email, and all future emails that they send you, will immediately be placed in your inbox. also with With Filter List Management, you simply enter words or phrases that you do not want delivered to your inbox. You have complete control of your inbox. You can configure your inbox to reject email by Subject, To, From, Sender, Header, or Body.
|
| 3. |
NOCC
|
|
|
NOCC is a webmail client written in PHP that provides webmail access to IMAP and POP3 accounts. Features: Connection to IMAP and POP3 server, Sending mail with MTA (Sendmail, Postfix, etc.) or SMTP server, Support MIME attachment messages, Multi-language support (more than 30 languages so far), Theme ability (you can change all the colors and fonts easily), user preferences, and no need of a database.
|
| 4. |
Spambot Hider
|
|
|
A very easy to use script that allows you to hide your email address from spambots; simply send the image a base64 encoded string of your email address, along with colour information, and the php script returns a decoded image. Looking at the source will also help you learn about the basics of image creation using PHP.
|
| 5. |
A very cushy mailform
|
|
|
This very versatile mailform can: send mails to different addresses - create autoresponder messages and carboncopies - find out from which country a mail was sent - validate correct completion - be adaptded to any language - be used for any number of websites... You can have a "contact" link on different pages of your website, and each link will lead to a different mailform - but it is the same mailform. Only when linked to from the customer service page it will automatically send the mail to customer service and when linked to from the sales departments page it will send the mail to the sales department. Depending on the link it can also display different preset subjects and messages, create different autoresponder messages, can display labels and error messages in different languages and also present itself in different looks.
|
|
|