Have a bunch of in-house batch scripts and what-not that utilize sendEmail.exe, which is an old perl auto-emailer application which can be found here:
The problem is that with our migration to office365, and our security policies, smtp requires startls. SendEmail does not support startls (or have a startls option)... while there are options for both ssl and tls: yes/auto/no, none of them work.
One option would be to create something new with python and the smtplib library to replace sendEmail.exe, but I'd rather not re-create the wheel here.
Are there any other popular free utilities or programs out there, that I could easily swap out to fill this role?