The documentation has this line:
ssl: if 'starttls', use STARTTLS; if 'ssl' (or 1), connect securely; if 'maybestarttls', use STARTTLS if available; otherwise, no security
But from error message I can understand that maybestarttls is not supported.
Should we fix documentation?
my options are:
transport => '+SMTP::Persistent',
port => '587',
ssl => 'maybestarttls',
The documentation has this line:
But from error message I can understand that
maybestarttlsis not supported.Should we fix documentation?
my options are: