Hi,all
I want alert through email, but found this error:
''NoneType' object has no attribute 'find' while sending mail to'test@test.com'
Version is 6.1.1.
Thanks.
I fixed this issue on my end by changing the mail host from mail.test.com:25 to mail.test.com
Getting rid of the port fixed it for me.
I am getting this same error. Have you found the issue?