According to http://code.google.com/appengine/docs/python/mail/sendingmail.html,
every undelivered email should bounces an email directed to the
sender.
My mailer worked just fine, but I didn't get any failure notice in the
sender mailbox.

My code is as below:

mail.send_mail(sender="Ferry <[email protected]>",
  to="DestinationMail <[email protected]>",
  subject="My Email Subject",
  body="Please use HTML enabled email client",
  html="...."
)

Am I missing anything?

Thanks
Best Regards, Ferry.

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