wok-current diff perl-smtp-ssl/description.txt @ rev 25434
Up znc (1.8.2)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Aug 29 10:14:47 2022 +0000 (2022-08-29) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/perl-smtp-ssl/description.txt Mon Aug 29 10:14:47 2022 +0000 1.3 @@ -0,0 +1,13 @@ 1.4 +DEPRECATED! 1.5 + 1.6 +Since Net::SMTP v1.28 (2014-10-08), Net::SMTP itself has support for SMTP 1.7 +over SSL, and also for STARTTLS. 1.8 +Use Net::SMTP, not Net::SMTP::SSL. 1.9 + 1.10 + 1.11 +Implements the same API as Net::SMTP, but uses IO::Socket::SSL for its 1.12 +network operations. 1.13 +Due to the nature of Net::SMTP's new method, it is not overridden to 1.14 +make use of a default port for the SMTPS service. 1.15 +Perhaps future versions will be smart like that. 1.16 +Port 465 is usually what you want, and it's not a pain to specify that.