taljacobson / flutter_mailer

A wrapper on top of MFMailComposeViewController from iOS and Mail Intent on android
MIT License
47 stars 39 forks source link

Make a list of e-mail apps that don't support prefilling from the mail intent #18

Open 12people opened 4 years ago

12people commented 4 years ago

In testing, I've noticed that Protonmail is offered as an e-mail option, but it doesn't prefill a message according to the mail intent. Since I ask users to write parts of a message in app and don't specify an e-mail to send to, they're left wondering why their e-mail app is opening with nothing prefilled and have no clue what e-mail to send to.

I'm sure there are other e-mail apps like this.

It'd be good to have a list of e-mail apps that don't prefill the message, so as to at least warn users of these apps that their message won't be prefilled.