wok view perl-smtp-ssl/description.txt @ rev 25003

updated nspr and nspr-dev (4.25 -> 4.33)
author Hans-G?nter Theisgen
date Mon May 16 14:53:05 2022 +0100 (2022-05-16)
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.