osuosl / formsender

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

Fix 'sending email' log message #45

Closed matthewrsj closed 9 years ago

matthewrsj commented 9 years ago

Currently looks like:

Sep 14 16:34:05 <hostname> INFO formsender: sending email to: <submission-email>

When it should look like:

Sep 14 16:34:05 <hostname> INFO formsender: sending email from: <submission-email>
matthewrsj commented 9 years ago

Fixed by #43