--
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.
My call is simple as can be:
mail.send_mail(sender=MAIL_SENDER,
to=user.email,
subject="Welcome to {redacted}",
body=plain,
html=rich
)
Could you have a look at one of your emails in gmail, and confirm/deny that it is electing to expose this garbage to the user?
Interesting point about the HTML. My HTML does not include html and body elements, but it's otherwise proper (and quite simple).
You could always use Amazon SES instead of Appengine mail.If you don't feel like managing Amazon yourself, http://sendgrid.com/ (built in top of Amazon SES) has articles, and tutorials to configure your DKIM and all this things to avoid the "via ..." messages in gmail and the security alerts in hotmail. It is the option my client has configured right now.
--
You received this message because you are subscribed to the Google Groups "Google App Engine" group.
To view this discussion on the web visit https://groups.google.com/d/msg/google-appengine/-/rpOfoPMbTrQJ.