sidlatau / flutter_email_sender

Allows send emails from flutter using native platform functionality.
Apache License 2.0
151 stars 84 forks source link

Noticed there is no HTML option? #20

Closed snep closed 4 years ago

snep commented 5 years ago

Can you add support for HTML body? Thank you for this great plugin, you saved me a ton of time.

sidlatau commented 4 years ago

From v2.1.0 you can use isHTML: true. Thanks to @trancanhluc !