Hi, first of all thanks for this amazing proyect and all of your hard work.
Recently im having a problem with the email notifications, generaly the notifications work, but now and then im getting this error:
WARN: Could not convert socket to TLS - MessagingException (... < NotificationMail:120 < *:134 < ...)
This is my configuration:
<entry key='mail.smtp.host'>smtp.gmail.com</entry>
<entry key='mail.smtp.port'>587</entry>
<entry key='mail.smtp.starttls.enable'>true</entry>
<entry key='mail.smtp.from'>email@from.com</entry>
<entry key='mail.smtp.auth'>true</entry>
<entry key='mail.smtp.username'>email@from.com</entry>
<entry key='mail.smtp.password'>emailpassword</entry>
some one knows why is this happening?? thanks a lot!
Most likely the configuration is incorrect.
theres a way i could see the full error?
Hi, first of all thanks for this amazing proyect and all of your hard work.
Recently im having a problem with the email notifications, generaly the notifications work, but now and then im getting this error:
This is my configuration:
<entry key='mail.smtp.host'>smtp.gmail.com</entry> <entry key='mail.smtp.port'>587</entry> <entry key='mail.smtp.starttls.enable'>true</entry> <entry key='mail.smtp.from'>email@from.com</entry> <entry key='mail.smtp.auth'>true</entry> <entry key='mail.smtp.username'>email@from.com</entry> <entry key='mail.smtp.password'>emailpassword</entry>
some one knows why is this happening?? thanks a lot!