sidlatau / flutter_email_sender

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

[Android] Fixing and refactoring the way email body text is assigned to the Intent #75

Closed zuzi-m closed 3 years ago

zuzi-m commented 3 years ago
zuzi-m commented 3 years ago

credit to @petrblahos who also submitted a fix for this which was the starting point of my changes (as mentioned in issue #60 )

sidlatau commented 3 years ago

Thanks for the PR!