flourishlib / flourish-classes

The class files for Flourish
http://flourishlib.com
182 stars 78 forks source link

loadHTMLBody Issues #206

Open mrlami opened 10 years ago

mrlami commented 10 years ago
$email->loadHTMLBody(
    '../message.html',
    array('{REFCODE}' => $refcode)
);

Above code returns below error even though the file exists and is valid HTML.

The email could not be sent because:
Please provide a plaintext email body

It works with loadBody and a text file for plain text email.