Mail objects require a hostname to init
[See #41]
Breaking API change for initializing a Mail
object:
- Initializing a
Mail
object now requires ahostname
to be provided.
New API for the SMTP
struct:
makeMail()
: create aMail
object. It'shostname
will be set to theSMTP
struct's hostname.