Traccar API - Password Reset

Rishi11 days ago
<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 ?

Anton Tananaev11 days ago

And you restarted the service?

Rishi11 days ago

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 ?

Anton Tananaev11 days ago

The current latest official version should have it.