in reply to Re^3: Net::SMTP::SSL ACK!!
in thread Net::SMTP::SSL ACK!!
I've gone through the documentation for Net::SMTP::SSL and except for the layer => 'ssl' parameter, everything looks like the examples. Luckily this code isn't mission critical and I can fall back to TLS, but it would be nice to have it work with SSL.my $mailer = new Net::SMTP::SSL( $smtp_server, Hello => 'mydomain.com', Port => $port, Debug => 1, layer=> 'ssl', );
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: Net::SMTP::SSL ACK!!
by jcb (Parson) on Jan 30, 2016 at 02:49 UTC | |
by Dandello (Monk) on Jan 30, 2016 at 06:44 UTC | |
by jcb (Parson) on Jan 31, 2016 at 02:12 UTC | |
by noxxi (Pilgrim) on Jan 31, 2016 at 06:22 UTC | |
by jcb (Parson) on Feb 01, 2016 at 03:27 UTC | |
|