Skip to content

500 error when trying to send email #10

Description

@gerboland

On the "Contact" page, entering valid information, I get:

127.0.0.1:35853 - - [14/Jun/2015 19:01:10] "HTTP/1.1 GET /contact" - 200 OK
Traceback (most recent call last):
File "/home/gerry/dev/play/pythonireland/broadgauge/local/lib/python2.7/site-packages/web/application.py", line 239, in process
return self.handle()
File "/home/gerry/dev/play/pythonireland/broadgauge/local/lib/python2.7/site-packages/web/application.py", line 230, in handle
return self._delegate(fn, self.fvars, args)
File "/home/gerry/dev/play/pythonireland/broadgauge/local/lib/python2.7/site-packages/web/application.py", line 462, in _delegate
return handle_class(cls)
File "/home/gerry/dev/play/pythonireland/broadgauge/local/lib/python2.7/site-packages/web/application.py", line 438, in handle_class
return tocall(*args)
File "/home/gerry/dev/play/pythonireland/broadgauge/broadgauge/views/home.py", line 61, in POST
to=web.config.contact_email,
File "/home/gerry/dev/play/pythonireland/broadgauge/local/lib/python2.7/site-packages/web/utils.py", line 76, in getattr
raise AttributeError, k
AttributeError: 'contact_email'

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions