msimerson / mail-dmarc

Mail::DMARC, a complete DMARC implementation in Perl
Other
33 stars 23 forks source link

Should be TLS not SSL #196

Closed marcbradshaw closed 3 years ago

marcbradshaw commented 3 years ago

Fixes #189 We were using ssl when we should have been using tls. It's still a bit messy with the 2 transports, I have a patch for Email::Sender::Transport::SMTP in the works which will reduce this to a single transport which will starttls if the remote side supports it.

coveralls commented 3 years ago

Coverage Status

Coverage remained the same at 84.249% when pulling a3e5a5647bb52f84cb63b0b78acefb5844f01ca4 on fastmailops:Issue189 into 42ad7ed94a384f698b63cd0332df91b2a8ebf3c9 on msimerson:master.