Closed cwinters8 closed 1 year ago
In order to support sending an email to multiple recipients, arguments.NewMessage should take in a slice of *arguments.Address for the to argument.
arguments.NewMessage
*arguments.Address
to
no longer relevant due to requests refactor
In order to support sending an email to multiple recipients,
arguments.NewMessage
should take in a slice of*arguments.Address
for theto
argument.