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.
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