taljacobson / flutter_mailer

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

Check if file was sent #15

Closed langaro closed 4 years ago

langaro commented 5 years ago

Hi, is there a way to check if the file was successfully sent? Or shared by other ways?

taljacobson commented 4 years ago

i don't believe so. in Android the process does not even indicate if the email was sent.

langaro commented 4 years ago

Right, OK. Thanks!