I had formmail working fine without fmencoder. After installing fmencoder/decoder, and finally getting the correct paths to avoid errors, I now do not get the decoded email with my HTML template, but rather when the message is decoded, it has default formatting. If I remove the encoder, the template works fine. Here is code in the HTML Form:
Code:
<input type="hidden" name="good_template" value="ticket_success.php" />
<input type="hidden" name="mail_options" value="HTMLTemplate=fmail.html" />
<input type="hidden" name="filter" value="encode" />
The template paths are set correctly.
Help? I've been at this for hours. Actually, two days.
Bookmarks