hi, i've been testing out my registration system on my mac and local
google app engine, and the email registration has worked fine. when i
make the smtp changes and push it up to gae, i still get the emails
and they function properly but there's content-type gibberish
everywhere. is there a way i can set the content type for my emails to
go out properly?

example:

on local web2py:
Thank you for signing up for an account...

on gae:
Content-Type: multipart/related;
       boundary="===============6397897374719245522=="
MIME-Version: 1.0
To: mattyn...@gmail.com
Subject: My Secondhand Baby Email Verification

--===============6397897374719245522==
Content-Type: multipart/alternative;
       boundary="===============1608144408578179463=="
MIME-Version: 1.0

--===============1608144408578179463==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit

Thank you for signing up for an account...
____

any thoughts?

thanks,

matt

--

You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To post to this group, send email to web...@googlegroups.com.
To unsubscribe from this group, send email to 
web2py+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en.


Reply via email to