Click to See Complete Forum and Search --> : sending html email's


druss
01-10-2003, 05:51 AM
I have a working script to send html emails however there is a particular html page that i cannot seem to send!!

When i run the script with the 'working' part (included as text document) everything works fine.

However when i replace the html in there i get a 500 internal server error, the 'failed' part is also included as a text document.

can someone please check both parts and tell me why the failed part will not work when all i did was replace the html


Thanks
Gozza


DONT KNOW HOW DO MAKE ATTACHMENTS SO THE LINK IS BELOW!!!


WORKING - http://leechbuster.com/working.txt
FAILED - http://leechbuster.com/failed.txt

jeffmott
01-10-2003, 03:45 PM
Put this into your program:

use CGI::Carp 'fatalsToBrowser';

This will display the real error message in the browser telling you where it went wrong instead of the useless 500 message.