SSL support for Net::SMTP (DEPRECATED). Since Net::SMTP v1.28, Net::SMTP, itself, has support for SMTP over SSL, and also for STARTTLS. Use Net::SMTP, not Net::SMTP::SSL
SSL support for Net::SMTP (DEPRECATED). Since Net::SMTP v1.28, Net::SMTP, itself, has support for SMTP over SSL, and also for STARTTLS. Use Net::SMTP, not Net::SMTP::SSL
To install p5.32-net-smtp-ssl, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install p5.32-net-smtp-ssl
To see what files were installed by p5.32-net-smtp-ssl, run:
port contents p5.32-net-smtp-ssl
To later upgrade p5.32-net-smtp-ssl, run:
sudo port selfupdate && sudo port upgrade p5.32-net-smtp-ssl
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.