Thanks again for your input everyone.

One more question, how do I correctly use <form> tags sent via MIME?

eg

$msg->attach( Type => 'text/html', Data => qq{ <form method="post" action="http://themaninthecharcoalsuit.com.au/cgi- +bin/bookings3.cgi"> <INPUT NAME="organisers_name" VALUE="$organisers_name"> <INPUT TYPE="HIDDEN" NAME="organisers_address" VALUE="$organisers_ +address"> <INPUT TYPE="HIDDEN" NAME="organisers_homeN" VALUE="$organisers_ho +meN"> <INPUT TYPE="HIDDEN" NAME="organisers_mobile" VALUE="$organisers_m +obile"> <INPUT TYPE="HIDDEN" NAME="organisers_email" VALUE="$organisers_em +ail"> <INPUT TYPE="HIDDEN" NAME="prefered_contact" VALUE="$prefered_cont +act"> <INPUT TYPE="HIDDEN" NAME="brides_name" VALUE="$brides_name"> <INPUT TYPE="HIDDEN" NAME="brides_number" VALUE="$brides_number"> <INPUT TYPE="HIDDEN" NAME="wedding_date" VALUE="$wedding_date"> <INPUT TYPE="HIDDEN" NAME="bride_organiser" VALUE="$bride_organise +r"> <INPUT TYPE="HIDDEN" NAME="suprise" VALUE="$suprise"> <INPUT type="submit" value="Proceed to Step 3"> </FORM> },

In reply to Re^4: MIME lite by zealf
in thread MIME lite by zealf

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.