It's an HTML formatted email (print SENDMAIL "Content-Type: text/html; charset=\"iso-8859-1\"\n\n";), but only has a few bold, and one URL link in it - and is 962 characters long - with spaces - and I'll always get a! inserted at around character 780.
Any suggestions anyone?
open (MAIL, "¦ $mailprog -t");
print MAIL "Content-Type: text\/html\;
print MAIL "To: $email\n";
print MAIL "From: $listmail\n";
print MAIL "Subject: $subject\n\n";
print MAIL $message;
close MAIL;
This is exactly what I'm using! I am unable to run PERL with the -w switch which causes a server error (remote hosting)!
I've seen one other post on this subject - but their discussion related to PHP, and they talk of adding a line feed at the end of the e-mail - I even tried that!
[wdb1.sco.com ]