sidlatau / flutter_email_sender

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

How i can get the status of email is Sent or Cancel? #72

Open swapnilsinha17 opened 3 years ago

swapnilsinha17 commented 3 years ago

When i sent multiple emails with code one after another.How i can get the status of is sent or cancel by user.

Please Let me know @sidlatau

LeapingSwan commented 2 years ago

@expertdev-designer I am looking for this feature as well. Did you find a way to do it or work around?

Thanks

Stephen

erunLLC commented 1 year ago

I'm trying to send emails to multiple users using the cc field. It works fine if I only include one email address, however, if more than one is included, nothing populates the Cc: email field. I have tried putting commas between the email addresses and spaces, neither of which works. Is there something else I should use between the email addresses?

dustinchu commented 1 year ago

I am looking for this feature as well. Did you find a way to do it or work around?

prkay commented 6 months ago

@dustinchu @LeapingSwan @expertdev-designer

I've been working on improving the iOS functionality by submitting a pull request that retrieves information about whether the user sent, canceled, or saved an email. However, regarding Android, I haven't discovered a similar solution yet.

If it might be beneficial, I've integrated the flutter_email_sender package into our project using the commit c2ae6e540261ba599cd36caa22e6f8879414c0ee. This version could assist in the development process, but as of now, it doesn't address the specific Android functionality we're seeking.

I'm continuing to explore potential solutions for Android within the context of the flutter_email_sender package to achieve similar functionality as implemented for iOS.