i need help modifying a small perl script that sends an email after a form is submitted.
i need to be able to receive the email in html format, but my knwoledge of perl is very poor.
please any help at this moment would be fantastic.
thank you.
here is my script:
Code:
l#!/usr/bin/perl -w use Net::SMTP; use CGI; my $cgi
Leave a comment: