puppetlabs / puppetlabs-tagmail

Report processor that sends email based on events in reports
Apache License 2.0
8 stars 40 forks source link

tagmail: implement SMTP TLS & authentication #243

Open robbat2 opened 1 year ago

robbat2 commented 1 year ago

Signed-off-by: Robin H. Johnson robbat2@gentoo.org

CLAassistant commented 1 year ago

CLA assistant check
All committers have signed the CLA.

robbat2 commented 1 year ago

Deeper testing shows one surprising issue: the method signature of Net::SMTP.start has changed a lot, and puppetserver ships a very old version of it, so the above code is correct for net-snmp:0.3.3, but not older versions. Don't merge it yet.

robbat2 commented 1 year ago

Maintainer: The CI failures are because Rake failed on old deps being dead upstream. Please merge anyway.