Logstash Email error : email - Something happen while delivering an email {:exception=>#<Net::SMTPAuthenticationError: Must issue a STARTTLS command first

If you are really going through gmail then you should be using port 587, use_tls should be true, and you will need a valid username and password for a Google account.

1 Like