in reply to Mail::Sender and TLS 1.2

We now found that this combination is working with our internal mail server:

$sender = new Mail::Sender({auth_encoded => 0, ssl_version => 'TLSv1_2'});

Of course all other parameters as smtp, port, from, etc. need to get configured too.

Best regards,
MPIDR