Skip to content

Mail objects require a hostname to init

Compare
Choose a tag to compare
@quanvo87 quanvo87 released this 22 Aug 02:21
· 54 commits to master since this release

[See #41]

Breaking API change for initializing a Mail object:

  • Initializing a Mail object now requires a hostname to be provided.

New API for the SMTP struct:

  • makeMail(): create a Mail object. It's hostname will be set to the SMTP struct's hostname.