tgboyles / vakity

Vakity is a web service which provides for an extensible learning style analysis of text along a visual-aural-kinesthetic spectrum. It is based on Neil Fleming's VAK learning style model
http://vakity.com/
0 stars 0 forks source link

Email form appears to be working but no emails are showing up in my inbox #2

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. go to Contact page
2. complete the contact form
3. be sure to put a REAL email address in the email field
4. hit "enter"

What is the expected output? What do you see instead?
1. form resets - this is being done, looks fine from the web end
2. developer gets the info delivered to their email inbox - this is NOT 
happening

Original issue reported on code.google.com by mxbuc...@gmail.com on 6 Sep 2013 at 4:25

GoogleCodeExporter commented 9 years ago
Some sender emails receive the below error. Gmail addresses seem to all work, 
my REAL & VALID email of mx@margeauxbucher.com however, does not.

Internal Server Error

The server has either erred or is incapable of performing the requested 
operation.

Traceback (most recent call last):
  File "/base/data/home/runtimes/python27/python27_lib/versions/third_party/webapp2-2.5.2/webapp2.py", line 1535, in __call__
    rv = self.handle_exception(request, response, e)
  File "/base/data/home/runtimes/python27/python27_lib/versions/third_party/webapp2-2.5.2/webapp2.py", line 1529, in __call__
    rv = self.router.dispatch(request, response)
  File "/base/data/home/runtimes/python27/python27_lib/versions/third_party/webapp2-2.5.2/webapp2.py", line 1278, in default_dispatcher
    return route.handler_adapter(request, response)
  File "/base/data/home/runtimes/python27/python27_lib/versions/third_party/webapp2-2.5.2/webapp2.py", line 1102, in __call__
    return handler.dispatch()
  File "/base/data/home/runtimes/python27/python27_lib/versions/third_party/webapp2-2.5.2/webapp2.py", line 572, in dispatch
    return self.handle_exception(e, self.app.debug)
  File "/base/data/home/runtimes/python27/python27_lib/versions/third_party/webapp2-2.5.2/webapp2.py", line 570, in dispatch
    return method(*args, **kwargs)
  File "/base/data/home/apps/s~vakity-text-analyzer/13.370138561073780677/Contact.py", line 31, in post
    body=comments)
  File "/base/data/home/runtimes/python27/python27_lib/versions/1/google/appengine/api/mail.py", line 398, in send_mail
    message.send(make_sync_call)
  File "/base/data/home/runtimes/python27/python27_lib/versions/1/google/appengine/api/mail.py", line 963, in send
    raise ERROR_MAP[e.application_error](e.error_detail)
InvalidSenderError: Unauthorized sender

Original comment by mxbuc...@gmail.com on 11 Sep 2013 at 5:01