Password Reset AIO

Troubleshoot


Troubleshoot

Always no e-mails found?

If you are always having no e-mails found, the best way to debug it is enabling the debug mode for imap in the module itself.

Go to & Edit the file:

allModules/themodulename.json

Edit the IMAP setting and set the debug to true:

"imap_settings":[
   {
      "from_email":"[email protected]",
      "email_titles":[
         "Reset your password",
         "Please update your Spotify password"
      ],
      "part_of_redirect_link":"wl.spotify.com/ls/click",
      "link_position":1,
      "debug_mode":true
   }
]

This will print all errors on the imap connection, from there you can easily see if there is any login error or any other issue.