There is some problem with your SMTP config. Check this thread:
https://www.traccar.org/forums/topic/smtp-config-for-notifications/
Hi Anton
Thanks for the speedy reply I used the starttls settings and it's working fine now.
Kind regards Roger
Hello,
WhitbyRog, can you please provide your settings to smpt ?
Best regards,
Luis Vásquez.
Hi Luis
I entered the following in to traccar.xml
You might have to fiddle with you email settings to allow traccar too use it.
Traccar then sends notifications to the email you put in at login.
<entry key='mail.smtp.host'>smtp.gmail.com</entry> <entry key='mail.smtp.port'>465</entry> <entry key='mail.smtp.ssl.enable'>true</entry> <entry key='mail.smtp.from'>myEmail@gmail.com</entry> (a real email address) <entry key='mail.smtp.auth'>true</entry> <entry key='mail.smtp.username'>myEmail@gmail.com</entry> (same email as line 4) <entry key='mail.smtp.password'>realPassword</entry> (this is the email password)
Regards Roger
Hi Anton
I have configured Traccar.xml with the following settings
I have not received any email notifications yet.
I looked in the log file and found the following.
I know I'm doing something silly but don't know what.
Can you please help?
Regards Roger