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

updated python-formalchemy (1.5.5 -> 1.5.6)
author Hans-G?nter Theisgen
date Fri Jul 01 17:52:21 2022 +0100 (22 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.