illarra / IllarraEmailBundle

Create beautiful emails in Symfony2
MIT License
1 stars 0 forks source link

Generate plain text version from the HTML version #4

Open doup opened 11 years ago

doup commented 11 years ago

Right now Renderer::htmlToPlain() returns the input html. Generate a plain text version.

eillarra commented 11 years ago

A good mailing service (Mandrill, for example) generates the TXT version from the HTML version. Do we really need to include the option in the bundle?

I think that Renderer::htmlToPlain() is not necessary and that users can add the TXT, if they want, using the SwiftMailer methods.

mandrill