fuel / email

Fuel PHP Framework - Fuel v1.x Email library
60 stars 38 forks source link

let the user decide to remove the html comments on html body emails #52

Closed pendexgabo closed 10 years ago

pendexgabo commented 10 years ago

We use the email api as part of our CI suite and we mark the html body using comments to check if everything is correct. We don't think that is up to the framework to decide if html comments should or not be stripped. That said, the framework should not alter the body other than the required manipulation to send the email.

I've added a new config parameter that let the use to decide if html comments should be removed

pendexgabo commented 10 years ago

opened by mistake