Subject: | Multiline SMTP responses are not possible using constants in Server::SMTP |
$heap->{client}->put( SMTP_OK, "foo", "bar" );
concats foo and bar together, and prepends a "250 " on it, which means that it's not possible to get an output like
250-foo
250 bar
when using the constants.