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

updated tcsh (6.22.02 -> 6.23.02)
author Hans-G?nter Theisgen
date Sat Jan 15 16:54:59 2022 +0100 (2022-01-15)
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.