osuosl / formsender

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

Format email message #13

Closed matthewrsj closed 9 years ago

matthewrsj commented 9 years ago

Message is currently sent as a string representation of a dict. Needs to be formatted to be more human readable.

matthewrsj commented 9 years ago

Fixed by #18