osuosl / formsender

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

Allow user to set a 'from' address #58

Closed athai closed 8 years ago

athai commented 8 years ago

Resolves #53

athai commented 8 years ago

@matthewrsj @Kennric I'm temporarily setting the test 'mail_from' field as my own email here: https://github.com/osuosl/formsender/pull/58/files#diff-f4bc68ff01eef7bed2f3a64cad7d37caR652

But is there a different email that I should set it to?

mathuin commented 8 years ago

http://tools.ietf.org/html/rfc6761

I'd use the example.org domain with an arbitrary username before using a real email address.

matthewrsj commented 8 years ago

Referencing this PR in my commit was a mistake.

@athai I agree with @mathuin, use an example email. I use example@osuosl.org so that it passes the email verifier that formsender uses.

matthewrsj commented 8 years ago

Once again, sorry. My errant commit message closed this.

Kennric commented 8 years ago

Looks good. +1