Hi all,

We are exploring using google app engine's mail service to implement a
periodic email newsletter. In order to avoid being categorized as
spam, we would like to use DKIM to sign our email messages. Does the
appengine's mail service provide that capability? If so, what are the
steps necessary to enable it?. I expect that we would need at least:

- Programatically request dkim signature through the mail api for
outgoing emails
- Add a new DNS TXTrecord for our domain with appengine's DKIM's
public key (this would be done in our DNS system, we would just need
the public key)

In addition, we would also like to know when a user has marked us as
spam, to ensure we never send email to that user again. This is known
as "email feedback loop", and is used by email providers to notify
each other. Does the appengine's mail service expose that information?
I.e., is it possible to request reception of all spam-related feedback
notification messages for a specific domain name? E.g., if I own say
"domain.com", I would like to tell the appengine's mail service to
notify me when any email sent from an email address in "domain.com"
has been marked as spam by a remote user in a remote email provider.

Any help appreciated. Thanks in advance,

JM

-- 
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.

Reply via email to