---$results = &get_form_variables(); $mail_to = &get_mail_to($results); $email = &make_email_from_form($results); open(MAIL,'|mail $mail_to'); MAIL << EOF; close MAIL; $email; EOF; print "MY HTML HERE"; exit 0;
In reply to Re: Getting output to my email
by Crulx
in thread Getting output to my email
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |