jhickner / smtp-mail

Making it easy to send SMTP email from Haskell
BSD 3-Clause "New" or "Revised" License
75 stars 32 forks source link

Ability to specify from hostname #20

Closed parsonsmatt closed 7 years ago

parsonsmatt commented 7 years ago

This PR changes #17 to not alter the currently exposed functions, and adds another function connectSMTPWithHostName which provided that functionality.