I want to develop application that send emails to several groups of
our users as notification messages. If one of the groups are about
10,000 and I need to notify them, and that they all somewhat received
the notification at about the same time. Is it possible to do this
with Google App Engine ?
Note that, the notification message will vary... like a mail merge.
For example, a message like a "Dear [user]" where [user] will be
replaced by our user's real name.
Thanks in advance for any response that can give us a clue where we
will develop further with Google App Engine for this application.
--
Regards,
Dino
--
You received this message because you are subscribed to the Google Groups "Google App Engine" group.
To post to this group, send email to google-a...@googlegroups.com.
To unsubscribe from this group, send email to google-appengi...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
On Wed, Jan 5, 2011 at 1:09 AM, Wim den Ouden <wden...@gmail.com> wrote:
> there are limitations
> http://code.google.com/intl/nl/appengine/docs/python/mail/overview.html#Quotas_and_Limits
> http://code.google.com/intl/nl/appengine/docs/quotas.html#Mail
Thanks for the information. But can Google App Engine handle that task
of sending mail... said 2,000 mails / minute ? I'm reading about Task
Queue, but have no idea on implementing it yet.
I need to send them in a short period of time as near real time
notifications. Please advice on the strategy.
--
Regards,
Dino
I surely like to have a billing enabled one, only the bulk sending
capabilities that worries me. Thanks for the all the clue. Really
appreciate it.
--
Regards,
Dino
On Wed, Jan 5, 2011 at 3:41 PM, Cherish Patel <cherish...@gmail.com> wrote:
> Can you give me some suggestion of creat application in any alphabet
> creation..!!
> so pls.. help me..
First, this is out of topic. But let me help with these pointers :
- http://code.google.com/appengine/docs/whatisgoogleappengine.html
- http://code.google.com/appengine/docs/python/gettingstarted/
- http://code.google.com/appengine/docs/java/gettingstarted/
--
Regards,
Dino