justingit / dada-mail

Self-Hosted, Full Featured, Email Mailing List Manager. Announcement + Discussion Lists, Web-based Installer, Installs with minimal dependencies, sendmail/SMTP/Amazon SES supported
https://dadamailproject.com
GNU General Public License v2.0
169 stars 40 forks source link

Amazon SES: Remove requirement for, Crypt::SSLeay, add requirement for LWP::Protocol::https #1109

Closed justingit closed 2 years ago

justingit commented 2 years ago

The underlying implementation of SSL means nothing to LWP, which uses LWP::Protocol::https to pick the implementation, so we don't need to check explicitly for Crypt::SSLeay - if I'm reading the docs right,

https://metacpan.org/pod/LWP::Protocol::https