zehm / sendEmail

SendEmail is a lightweight, command line SMTP email client. If you have the need to send email from a command line, this free program is perfect: simple to use and feature rich. It was designed to be used in bash scripts, batch files, Perl programs and web sites, but is quite adaptable and will likely meet your requirements. SendEmail is written in Perl and is unique in that it requires NO MODULES. It has an intuitive and flexible set of command-line options, making it very easy to learn and use. SendEmail is licensed under the GNU GPL, either version 2 of the License or (at your option) any later version. [Supported Platforms: Linux, BSD, OS X, Windows 98, Windows NT, Windows 2000, & Windows XP]
GNU General Public License v2.0
30 stars 17 forks source link

TLS version error message (Required: 1.2) #1

Open larottao opened 2 years ago

larottao commented 2 years ago

Hi! Thank you for this outstanding program

I'm getting the following message:

Checking for SMTP success or error status in the message: 421 4.7.66 TLS 1.0 and 1.1 are not supported. Please upgrade/update your client to support TLS 1.2. Visit https://aka.ms/smtp_auth_tls. [SA9P221CA0019.NAMP221.PROD.OUTLOOK.COM]

How could I force SendEmail to use TLS 1.2?

Thank you

andrewjkrull commented 1 month ago

Wondering if this will get sorted out ever?