I'm currently putting the finishing touches to an application for a client, this application sends daily emails to subscribers, is it possible to add custom headers to the email so that certain variables can be tracked, like day number (X-Day-Number) etc...
+2
A:
There isn't a documented way to do it. Perhaps you should suggest it on the issue tracker. http://code.google.com/p/googleappengine/issues/list
Of course, if you're really determined, you can create your own email sending gateway on a more traditional server, and call its web service from App Engine.
Forest
2010-05-25 07:38:40
Thanks for your answer!
Peter Farmer
2010-05-25 19:14:31