I have an app from which we can send emails .I need some help with the email sending. If the the internet is not available need to store the mail and when connection available send the saved mails.Which is the effective option to save the draft mails ?(Like draft mail in gmail, where gmail stores draft mails ?) store db ?

有帮助吗?

解决方案

I would use a db with encrypted e-mails using something like AES like this or this.

其他提示

If the the internet is not available, the device will try to send it when the internet is available again. Or you can download some Apps if you like.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top