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

Up glza (0.11.4)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat May 21 21:38:29 2022 +0000 (23 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.