osuosl / formsender

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

Allow user (form creator) to set outgoing email address #47

Closed matthewrsj closed 8 years ago

matthewrsj commented 8 years ago

The form creator should be given a choice of what email address formsender sends an email to. We can map a set of strings to specific email addresses in conf.py. This way different forms that use the same instance of formsender can send emails to different email addresses.

matthewrsj commented 8 years ago

Fixed by #48