Skip to main content

Exception when trying to send email notifications.

  • February 17, 2022
  • 0 replies
  • 200 views

AkshayJadhav
StreamSets Employee
Forum|alt.badge.img

When SDC tries to send an email through an SMTP server that is configured as an anonymous relay (no username or password required), this error appears: 

EmailException: javax.mail.AuthenticationFailedException: No authentication mechansims supported by both server and client.

 

Solution:

Try setting 

mail.smtp.ehlo=false in the sdc.properties file.

This disables the EHLO command, and might be needed for servers that are configured to not expect a username/password.

Did this topic help you find an answer to your question?

0 replies

Be the first to reply!

Reply