cjlotz / Xamarin.Plugins

Cross platform Xamarin Plugins
MIT License
113 stars 56 forks source link

How to know if the mail was sent successfully? #65

Closed sskohli closed 6 years ago

sskohli commented 7 years ago

Hi, Thanks for a great plugin. Is there a way to tell if the mail was sent successfully in iOS? In Android a separate email client is opened, so we can't do much. But in iOS there's a status if the mail was sent or not. Can we track it using this plugin?

Thanks, Sandeep

cjlotz commented 6 years ago

From the iOS documentation:

Although the view controller reports the success or failure of the operation to its delegate, this class does not provide a way for you to verify whether the email was actually sent.

So unfortunately there is no way to support this.