You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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
The text was updated successfully, but these errors were encountered:
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:
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
The text was updated successfully, but these errors were encountered: