action-send-mail
action-send-mail copied to clipboard
Error: 6924:error:1408F10B:SSL routines:ssl3_get_record:wrong version number:c:\ws\deps\openssl\openssl\ssl\record\ssl3_record.c:332:
Error: 6924:error:1408F10B:SSL routines:ssl3_get_record:wrong version number:c:\ws\deps\openssl\openssl\ssl\record\ssl3_record.c:332:
can anyone please suggest how to fix this?
I received the same error when trying to send through AWS SES on port 587. Try using port 465.
I get the same thing trying to send through smtp.office365.com on port 587. Also, i get a timeout error when switched port to 465
connect ETIMEDOUT 52.96.184.50:465
Same issue here when utilizing postmark (with secure: true).
removing secure: true
resolved this for me with TLS and port 587.
Thanks for the solution, closing.