wok annotate perl-smtp-ssl/description.txt @ rev 24990

idesk: imlib2 >= 1.7.5 support
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri May 13 20:03:04 2022 +0000 (2022-05-13)
parents
children
rev   line source
Hans-G?nter@24251 1 DEPRECATED!
Hans-G?nter@24251 2
Hans-G?nter@24251 3 Since Net::SMTP v1.28 (2014-10-08), Net::SMTP itself has support for SMTP
Hans-G?nter@24251 4 over SSL, and also for STARTTLS.
Hans-G?nter@24251 5 Use Net::SMTP, not Net::SMTP::SSL.
Hans-G?nter@24251 6
Hans-G?nter@24251 7
Hans-G?nter@24251 8 Implements the same API as Net::SMTP, but uses IO::Socket::SSL for its
Hans-G?nter@24251 9 network operations.
Hans-G?nter@24251 10 Due to the nature of Net::SMTP's new method, it is not overridden to
Hans-G?nter@24251 11 make use of a default port for the SMTPS service.
Hans-G?nter@24251 12 Perhaps future versions will be smart like that.
Hans-G?nter@24251 13 Port 465 is usually what you want, and it's not a pain to specify that.