<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'>traccar@gmail.com</entry>
<entry key='mail.smtp.auth'>true</entry>
<entry key='mail.smtp.username'>traccar@gmail.com</entry>
<entry key='mail.smtp.password'>password</entry>
I have added the above configurations to my config file (edited the username, password and from according to our credentials), but I couldn't see any changes to the application interface. May I know how this will help in forgot password implementation ?
And you restarted the service?
Yes, I have restarted the service as well. May I know this requires any specific version of traccar. I mean from which version onwards this is enabled, anything like that ?
The current latest official version should have it.
<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'>traccar@gmail.com</entry> <entry key='mail.smtp.auth'>true</entry> <entry key='mail.smtp.username'>traccar@gmail.com</entry> <entry key='mail.smtp.password'>password</entry>
I have added the above configurations to my config file (edited the username, password and from according to our credentials), but I couldn't see any changes to the application interface. May I know how this will help in forgot password implementation ?