Spam is a major problem. As spam filters become more effective the spam changes to evade prompting the spam filters to again step up their aggressiveness. In this escalating battle it is all too easy for legitimate email to be filtered out in error. If you have ever had to deal with a complaint from a customer who never received their activation email, only to find it in their spam folder then you are familiar with the problem. No single approach is going to ensure that all your mail gets through but one quick and easy thing you should be doing is checking the black lists and make sure you are not on them.
In this tutorial I go through creating a script which will automatically and periodically check the black lists for you. Once set up you can just leave it and rest a little more secure.
Version: n/a Platform(s): n/a Updated: Tue Dec 19 2006
One of the keys to running a good website, is allowing your visitors to contact you when they have a question or comment on your website. Yet, in this day of email harvesting and spam, how do you allow your website visitors to contact you, without exposing yourself to a deluge of unwanted vi*gra ads?
The answer? Use a form mailer! Click the link to read more about form processing scripts and how you can easily use them on your site. We also have an excellent form mailer that you could use on YOUR site.
Version: n/a Platform(s): linux, windows, freebsd, osx, sun Updated: Sat Oct 7 2006
Ever wanted to know how to send basic text emails/Html emails and emails with attachments? In this tutorial you will learn how to send emails in text, html and with attachments.
PHP is the way to go for online email forms. This is a short tutorial with copy-and-past code on how to use the PHP email function to create an on line email form to send emails from your website.
Easy to use contact form that you can easily implement on your site. Features Include:
- Admin Panel for Contact Form
- Form is Includeable on website
- Admin Panel Controls the Names/Email Addresses of the people your visitors can contact using the form. Also has categories of people.
- Script is great for sites with lots of staff or lots of different e-mail addresses for different departments.
Version: 1.0.1 Platform(s): linux, windows Updated: Sat Mar 5 2005
This wonderful 1 page PHP webscript not only is fully customizable, but also hides your email address from spammers, and bots which try to extract your email address. This script also includes easy configuration, setup which will take under a minute. All you need to do is put in your email address, and load it on to your website! When an email is sent, the sender's IP address is included in the email incase of spam, at which then you could ban the IP from your website. Free support is offered with this amazing emailing script.
Version: 1.0 Platform(s): linux Updated: Thu Feb 3 2005
A contact form or an email form is often a critical part of a website, in allowing users to contact you regarding one or more issues. This article aims to help you produce a secure contact form, and at the same time, try to reduce the amount of spam you will receive from it.
Version: 1 Platform(s): linux, windows Updated: Sat Jan 29 2005
This will display random email addresses on a page. The user enters how many addresses they want and the script produces that amount. This is intended for spammers who use email harvesters and gives them a few new ones to use :-)
Version: n/a Platform(s): n/a Updated: Wed Mar 10 2004
This tutorials shows you how to send email using the layer defined in PHP4 for Win32 platforms. It'll show you how to send html mail, attachments and of course plain mail.
Version: n/a Platform(s): Win32 Updated: Sat Oct 4 2003
This tutorial will show you how to send email in PHP. Firstly it'll go over the basics of how the Simple Mail Transfer Protocol (SMTP) works, then how to send email using PHP.
After that it will show you how to send HTML emails in PHP (instead of just plain text emails).
Finally, it will introduce you to an email class from the PEAR repository which will make your life much easier for sending emails, and allow greater functionality such as including attachments in your email.
Version: n/a Platform(s): n/a Updated: Tue Aug 5 2003
Ever been spammed on from posting your email address on a website? Well, here's a method we like to use that prevents those web spiders from picking your users email up and spamming them.
Version: n/a Platform(s): n/a Updated: Mon Dec 16 2002
Tired of sending those drab textual notifications and newsletters to your friend and clients? Ever wanted to send attachments and/or HTML embedded email. The answer is MIME. This article explains the basics of MIME, creating MIME-compliant messages and then ends with a working class implementation of sending MIME complaint email in PHP. Note that references to calling script, caller etc. denote the script that uses the class we are about to develop and client/MUA etc. denote a mail reading client or mail user agent.
Version: n/a Platform(s): n/a Updated: Fri Aug 11 2000
This tutorial shows you how to use PHP to make a quick, simple and effective IMAP or POP mail reader. The tutorial includes 3 short PHP scripts that allows you to access and read your email from anywhere in the world via your web browser.
Version: n/a Platform(s): n/a Updated: Tue Dec 14 1999