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

HostName type. Port number function variations. #7

Closed dubiousdavid closed 11 years ago

dubiousdavid commented 11 years ago

Explicit HostName type. With and w/o port number variations for connectSMTP, sendMail, and sendMailWithLogin.

dubiousdavid commented 11 years ago

Have you had a chance to look at this yet?

David