marybailey
Programmer
Does anyone know how - or know the site that will tell me how - to code, in PERL, the sending of an HTML email. Right now, I know how to do text email using sendmail - the old
print MAIL "some string";
coding - but if I put html code in the string portion of the MAIL line I just get an email with the html code in it. (I'm modifying FormMail from Matt's Script Archive if thats any help.)
I'm desperate!
Thanks,
Mary B.
print MAIL "some string";
coding - but if I put html code in the string portion of the MAIL line I just get an email with the html code in it. (I'm modifying FormMail from Matt's Script Archive if thats any help.)
I'm desperate!
Thanks,
Mary B.