Re: [android-developers] How to know email sent successfully or not ?
On Tue, Jul 19, 2011 at 9:35 AM, Amit Mangal
<forum.amit.mangal@gmail.com> wrote:
> My requirement is to send email from android device and if email sent
> successfully then set database value to 1 if email not sent successfully
> then set database value to 0.
>
> But my problem is that how to know email snt successfully or not ?
Send it yourself (e.g., JavaMail). If you are expecting ACTION_SEND to
tell you if an email was "sent successfully", that is not supported.
More likely, you need to get rid of this "requirement".
--
Mark Murphy (a Commons Guy)
http://commonsware.com | http://github.com/commonsguy
http://commonsware.com/blog | http://twitter.com/commonsguy
Warescription: Three Android Books, Plus Updates, One Low Price!
--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home