Wanted to check by sending test mail to know emoncms communicates with saved SMTP settings

I have installed the entire setup and login and configures the SMTP details in settings.php page is there a way to test by sending a test mail if emoncms is perfectly using the SMTP details

Hello @aruneshdutta, I think the easiest way would be to use the forgotten password feature. Otherwise perhaps the email report module?: http://github.com/emoncms/emailreport

Thanks @TrystanLea for message, I have a selfhosted solution as guided here created account there’s no forgot password which I was also looking for, can you please guide me how to enable email report in the self hosted setup

Great, in settings.php, enable_password_reset needs to be set to true:

$enable_password_reset = true;