sidlatau / flutter_email_sender

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

Add link or button to email #81

Open LeapingSwan opened 2 years ago

LeapingSwan commented 2 years ago

Hi,

I'd like to add a link, or better still a button, to the emails generated by my app that links to the App store or Google Store for my App (so encouraging recipients to download my App). I know that I can set the isHtml tag to true but how do I actually pass in the html when constructing the email using flutter_email_sender.

The html code I want to pass in is:

Download on the App Store

This code generates the button in an email that I might send from my mail.

Alternatively could I pass in Text where part of the text is a hyperlink to the store? Less graphically pleasing but would at least provide the link and less risky if the email client does not support html.

Thanks for your help

Stephen

AungMyoKyaw4198 commented 2 years ago

Hello, I was wondering the same issue . Have you found the fix for the issue or any workaround ? Thanks.

Kristericc commented 8 months ago

Stuck on the same problem. Is there any workarounds available?