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

f3: include extra programs
author Hans-G?nter Theisgen
date Fri Jan 27 10:37:43 2023 +0100 (15 months ago)
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.