Hi,
I'm having trouble with the mail notification. I've got HG r525 updated from r522 and it doesn´t matter what email configuration i use i receive the following error:
"2016-06-24 10:32:25.5707 Error HomeAutomation.HomeGenie.Automation NetHelper 530 5.7.0 Must issue a STARTTLS command first."
" Exception.StackTrace at System.Net.Mail.SmtpClient.SendCore (System.Net.Mail.MailMessage message) [0x00000] in <filename unknown>:0 "
at System.Net.Mail.SmtpClient.SendInternal (System.Net.Mail.MailMessage message) [0x00000] in <filename unknown>:0
at System.Net.Mail.SmtpClient.Send (System.Net.Mail.MailMessage message) [0x00000] in <filename unknown>:0
I´ve tried with gmail, yahoo and hotmail and always the same.
Searching in the forum i´ve found 2 possible solutions
sudo apt-get install ca-certificates-mono --> the package doesn´t exist
----------------------------------------------
sudo apt-get install mono-devel
mozroots --import --ask-remove --machine
certmgr -ssl smtps://smtp.gmail.com:465
When executing "
mozroots --import --ask-remove --machine" this is what i receive:
Mozilla Roots Importer - version 3.2.8.0
Download and import trusted root certificates from Mozilla's MXR.
Copyright 2002, 2003 Motus Technologies. Copyright 2004-2008 Novell. BSD licensed.
Downloading from 'http://mxr.mozilla.org/seamonkey/source/security/nss/lib/ckfw/builtins/certdata.txt?raw=1'...
Couldn't retrieve the file using the supplied information.I´ve also tried to update mono after reading some posts in the forum, but homegenie starts to fail
Any ideas?