Discourse-doctor does not initiate connection towards smtp server

Hi There!

So the website can send out emails using the configured smtp server. However the discourse-doctor does not.
So how can I debug the rake 'emails:test[user@domain.my]' command.
I would like to see that there are packets going towards the address which was configured with SMTP_ADDRESS and SMTP_PORT

right now using tcpdump there is no any packet going out towards that address.

Thanks

If you want to debug your smtp then see Troubleshoot email on a new Discourse install - #547 by Nikolai_Patrushev or perhaps Troubleshooting Outgoing Email. Discourse-setup isn’t really the best way.

Just run the rake task yourself, then edit the yml and destroy and start the container then exit and try again.

so again - the troubleshooting tool itself seems to not working - that is why I am asking how to debug emails:test task - for example see debug printouts during execution - there is a tool rdebug and the command would be ruby-debug rake my:task
is there something similar available in the app image?
Thanks