Hi.
I need to capture some shots on the go and send them to some predefined email addresses.
After a file(picture file) is created I need to send an info email on a yahoo address with description etc and another email to a gmail account with attachment.
So when a picture is taken, 2 mails are created and are sended one after another.
After that I want to delete files that were successfully sended, but I don't know hot to do that.
The SMTP.MessageSent is tracking only the status of a (I should say last?) email sent.
Imagine if user is trying to take 5 photos one after another(10 emails). Emails with pictures will go less slower than the rest of them, and with 3G even slower.
How do I know which picture was successful sended and which is pending or something else?
I need to capture some shots on the go and send them to some predefined email addresses.
After a file(picture file) is created I need to send an info email on a yahoo address with description etc and another email to a gmail account with attachment.
So when a picture is taken, 2 mails are created and are sended one after another.
After that I want to delete files that were successfully sended, but I don't know hot to do that.
The SMTP.MessageSent is tracking only the status of a (I should say last?) email sent.
Imagine if user is trying to take 5 photos one after another(10 emails). Emails with pictures will go less slower than the rest of them, and with 3G even slower.
How do I know which picture was successful sended and which is pending or something else?