문제

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