Subject: | [REGRESSION] New 'To' check inconsistent with docs in 0.06 |
As of 0.06, there is a check in email() for a 'To' field. However, this
checks the main argument list, not the 'headers' array. So the code in
the documentation all fails:
$c->email(header => [To => 'foo@example.com'],