'How can i solve this ERROR logstash.outputs.email?
My code:
email {
to => "[email protected]"
via => 'smtp'
address => 'smtp.gmail.com'
from => '[email protected]'
authentication => "plain"
username => "[email protected]"
password => "john123"
subject => 'Alert '
body => "Test message test...."
port => 587
use_tls => true
}
and i got this error:
Something happen while delivering an email {:exception=>#<Net::SMTPAuthenticationError: 535-5.7.8 Username and Password not accepted.
what Username and Password should i use i dont understand!
Any help would be sincerely appreciate! Thanks.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
