Closed richardjharris closed 1 year ago
More generally, arrayref for To/Cc does not seem to work at all (despite the perldoc showing it). It gets immediately stringified to ARRAY(...) in the constructor. Same applies for header_str_set
.
Using a CSV works fine and is wrapped correctly, so perhaps the perldoc just needs updating.
Closing as false positive - had an old version of the module installed on one machine
Example code:
Output:
~The e-mails appear to be sent correctly, so this is only an issue for the
as_string
method.~