Thanks wrote:
> You might not believe it, our website was developed by a private company and
> they use the simple PHP mail() function to send mail.
> and that is the big hole for the spam mail to get through. Call/email that
> private company and they refuse to reply our call for fixing the problem.
That company flunks Computer Science 101. One of the major MUST DO
tasks in computer programming is to "check your input". Failure to
check input is the main cause of certain types of formmail and guestbook
spam.
For $DAYJOB, I have this web page for customers:
http://email.amhosting.com/php-scripts.html
> Now we have to do it our self by downloading phpmailer and install it into
> our webserver,
> our contact-us page is working now and no more spam can get through.
Why are you depending on the competence of others? Have you verified
that phpmailer does indeed check all input, and prevents people from
sending entire mails through, say, the Subject: field?
--
A little learning is a dang'rous thing;
Drink deep, or taste not the Pierian spring;
There shallow draughts intoxicate the brain,
And drinking largely sobers us again.
-- Alexander Pope, Essay on Criticism