Since I rebuilt my Windows XP installation, sending email from the SDK
has not worked for me. I always get this error:
File "C:\Documents and Settings\Richard\My Documents\My Websites
\HJacksonKnight.com\Site - GAE - Test\public\tst\common\contact.py",
line 51, in contact_form_email_send
body = body,
File "C:\Program Files\Google App Engine SDK\App\google\appengine\api
\mail.py", line 239, in send_mail
message.send(make_sync_call)
File "C:\Program Files\Google App Engine SDK\App\google\appengine\api
\mail.py", line 711, in send
make_sync_call('mail', self._API_CALL, message, response)
File "C:\Program Files\Google App Engine SDK\App\google\appengine\api
\apiproxy_stub_map.py", line 72, in MakeSyncCall
apiproxy.MakeSyncCall(service, call, request, response)
File "C:\Program Files\Google App Engine SDK\App\google\appengine\api
\apiproxy_stub_map.py", line 266, in MakeSyncCall
rpc.CheckSuccess()
File "C:\Program Files\Google App Engine SDK\App\google\appengine\api
\apiproxy_rpc.py", line 111, in CheckSuccess
raise self.exception
NotImplementedError: This class/method is not available.
The same application code sends email just fine online. Can any of you
help me figure out what's going wrong?
Thanks!
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---