wok-current annotate perl-smtp-ssl/description.txt @ rev 25313

updated smplayer (20.6.0 -> 22.7.0)
author Hans-Günter Theisgen
date Wed Jul 20 17:42:27 2022 +0100 (2022-07-20)
parents
children
rev   line source
Hans-Günter@24251 1 DEPRECATED!
Hans-Günter@24251 2
Hans-Günter@24251 3 Since Net::SMTP v1.28 (2014-10-08), Net::SMTP itself has support for SMTP
Hans-Günter@24251 4 over SSL, and also for STARTTLS.
Hans-Günter@24251 5 Use Net::SMTP, not Net::SMTP::SSL.
Hans-Günter@24251 6
Hans-Günter@24251 7
Hans-Günter@24251 8 Implements the same API as Net::SMTP, but uses IO::Socket::SSL for its
Hans-Günter@24251 9 network operations.
Hans-Günter@24251 10 Due to the nature of Net::SMTP's new method, it is not overridden to
Hans-Günter@24251 11 make use of a default port for the SMTPS service.
Hans-Günter@24251 12 Perhaps future versions will be smart like that.
Hans-Günter@24251 13 Port 465 is usually what you want, and it's not a pain to specify that.