Hello,
I need to send automatic emails when my app takes pictures. There can be up to 200 emails sent per day to different, new email addresses.
I am using Zoho Mail API for the moment, but their servers are down sometimes, and they block my account sometimes because I send too many emails to different addresses everyday. They consider me as a spammer, but everyone taking a picture with my app agrees to receive a confirmation email.
What are my options?
I need:
- to send HTML confirmation email.
- I do not need to store the email somewhere (emails are stored in my database). That could be a 1 time email.
- I just need the API, no email interface.
- I need to send an attachment (~ 1MB) to each email.
- It needs to work in CHINA (no gmail!).
Thank you for your help!
jmon
I need to send automatic emails when my app takes pictures. There can be up to 200 emails sent per day to different, new email addresses.
I am using Zoho Mail API for the moment, but their servers are down sometimes, and they block my account sometimes because I send too many emails to different addresses everyday. They consider me as a spammer, but everyone taking a picture with my app agrees to receive a confirmation email.
What are my options?
I need:
- to send HTML confirmation email.
- I do not need to store the email somewhere (emails are stored in my database). That could be a 1 time email.
- I just need the API, no email interface.
- I need to send an attachment (~ 1MB) to each email.
- It needs to work in CHINA (no gmail!).
Thank you for your help!
jmon