wok diff perl-smtp-ssl/description.txt @ rev 25225
updated python-pyflakes (2.1.1 -> 2.4.0)
author | Hans-G?nter Theisgen |
---|---|
date | Wed Jul 13 16:33:48 2022 +0100 (2022-07-13) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/perl-smtp-ssl/description.txt Wed Jul 13 16:33:48 2022 +0100 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.