but, when i want to test it , i get error: Error: Notification has email recipients and is triggered, but sending emails failed. javax.mail.internet.AddressException: Missing final ‘@domain’ in string ``nnn.xx.pp.com’’
How can I fix: javax.mail.internet.AddressException: Missing final ‘@domain’ in string
Note: I have use it this configuration for lots Outgoing Mail Server Settings and they send email notification as well. but i dont know why graylog returns the error.
the error is " sending emails failed. javax.mail.internet.AddressException: Missing final ‘@domain’ in string ``"
it seems since my email hostname is without “@” , I got the error.
Yes, but if you check the communication, you can get closer to the problem.
I think it can caused by the remote server, or the local program/process.
If you get it, you can exclude one of it…
Unfortunately, in TCP dump there is no clue about SMTP or IP of mail-server
I run TCPdumt for 3mins, and try sending email from Notification panel 5 times.
I have set similar configuration at other services and they work,
I don’t know why graylog could accept the string: nnn.xx.pp.com
It does not include any @…
maybe, default Host0Name should be something like: nnn.xx@pp.com
How can I fix “javax.mail.internet.AddressException” setups?