As Wooble points out, receiving email is not currently possible with App Engine, though third-party services like smtp2web.com exist to facilitate this. More to the point, App Engine puts restrictions on what email you can send using it - the 'from' field must always be the logged in user or one of the app's administrators. This makes App Engine a poor choice - in my opinion - for running a mailing list.
You can always create your own Google Group instead, though - it has all the features you're likely to need in a mailing list. -Nick Johnson On Tue, May 19, 2009 at 10:13 PM, Nevin Freeman <[email protected]> wrote: > > Has anyone tried to port Mailman (http://www.gnu.org/software/mailman/ > index.html) to run on AppEngine? I'm assuming there would be some > major barriers, but I think they might be beyond what I have time for. > All comments on the topic welcome! > > Thanks, > Nevin > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en -~----------~----~----~----~------~----~------~--~---
