Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>I think <a href="http://code.google.com/appengine" rel="noreferrer">GAE</a> might be <em>worth trying</em> for your use case. It certainly should be cheaper than CM, and might be cheaper than SendGrid depending on how many recipients you e-mail.</p> <p>Your volume of e-mails easily fits within GAE's limits. GAE allows e-mail to be sent to 2,000 recipients for <em>free</em> each day. Since you are willing to pay, you can send mail to up to 7,400,000 recipients per day. (<a href="http://code.google.com/appengine/docs/quotas.html#Mail" rel="noreferrer">Quota details</a>)</p> <p>If you go over the daily free quota of 2,000 recipients, you would have to pay <a href="http://code.google.com/appengine/docs/billing.html#Billable_Quota_Unit_Cost" rel="noreferrer">$0.0001 per recipient</a>.</p> <p>This means you could e-mail about 860,000 recipients for $80/month (that works out to 28,666 per day [including 2,000 for free per day]). If you are e-mailing fewer people, then GAE may be cheaper than SendGrid. If you plan to e-mail more, then GAE will be more expensive.</p> <p>Another advantage: with GAE, you may not have to worry as much about batching e-mails since GAE only charges per recipient.</p> <p>Disadvantage of GAE: GAE also bills for other resources like CPU, bandwidth, etc. Depending on how you send e-mails and their content, you may or may not require more resources than GAE provides for free. You'll have to try it out to determine whether this will be an issue or not.</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload