wok view 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
line source
1 DEPRECATED!
3 Since Net::SMTP v1.28 (2014-10-08), Net::SMTP itself has support for SMTP
4 over SSL, and also for STARTTLS.
5 Use Net::SMTP, not Net::SMTP::SSL.
8 Implements the same API as Net::SMTP, but uses IO::Socket::SSL for its
9 network operations.
10 Due to the nature of Net::SMTP's new method, it is not overridden to
11 make use of a default port for the SMTPS service.
12 Perhaps future versions will be smart like that.
13 Port 465 is usually what you want, and it's not a pain to specify that.