twahl
March 13, 2024, 12:06pm
1
I want to send a mail with smtp host on port 25. It works without SSL, but when SSL is active it is not sending mails.
log shows: javax.net.ssl.SSLException: Unsupported or unrecognized SSL message".
Can someone give me a information about what version of SSL is used?
Thanks.
Hey @twahl ,
Welcome to the community!
Have you tried changing the port from 25 to 465?
Here is a thread that may be helpful:
Hello @lelloba ,
It seems like there might be an issue with your SMTP settings for the “Send Email” node. Please check the following settings:
SMTP Host:
Ensure that the SMTP host is set to “smtp.com ” without any extra characters or spaces.
SMTP Port:
Use port 587 for TLS or port 465 for SSL. In your case, it seems you’ve set it to 587, which is correct.
From Email:
Make sure you’ve provided a valid email address in the “From Email” field.
User Name and Password:
Check if the username a…
Hope this helps,
TL
2 Likes
system
Closed
July 8, 2024, 8:32pm
3
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.