PHPmailer - anyone got a script?

Hello we currently use a CGI perl form to email script which was given to us by Tanmaya a while ago, but it is no longer reliable as the emails from the forms are stuck on the server - causing alot of problems and damage to customers.

We logged a ticket about this and now Tanmaya is suggesting we use PHPmailer. This is extremely frustrating that this is happening AGAIN and now we have to update heaps of websites which use this CGI perl form.

It would make life alot easier if anyone can show us a reliable form to email script which uses PHPmailer, or can point us to a website showing some clear examples?

Thanks.
 
PHPmailer is pretty straight forward. A few config files and the docs to put it into place are very clear. We use it on multiple sites and it works great.
 
I have a script for processing mail forms on my site. It's a wrapper for phpMailer with additional spam protections. Check it out at http://skypanther.com/spmailer.php.

There are install instructions, plus lots of comments in the spMailer file to help you out. The newest version requires some specific code on your form (php and JavaScript) plus the jquery.js library. This was added to include a further layer of spam-blocking. See the page for more info.

Tim
 
Back
Top