osuosl / formsender

Simple script to email form submissions.
Apache License 2.0
3 stars 1 forks source link

Formsender only sends to default email #52

Closed matthewrsj closed 8 years ago

matthewrsj commented 8 years ago

@ramereth ran into a bug where formsender is only sending to the default email in the send_to field.

Poking around it looks like this line is the culprit: https://github.com/osuosl/formsender/blob/develop/request_handler.py#L132

since it doesn't provide an argument to the send_to parameter.

It should also be noted that all the tests are passing and probably shouldn't be.