On Tue, Jul 19, 2011 at 9:35 AM, Amit Mangal
<[email protected]> 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 [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to