How do I setup the letter opener gem to open mails on the browser using the docker toolbox for windows?
My app runs at 192.168.99.100
, the console shows the mail template but it does not open the browser tab with the content.
Besides that everything is running normally.
I've tried the initializer config file_uri_scheme
but it does not worked with the values that I tested, like:
file://tmp/letter_opener
file:////tmp/letter_opener
Thanks for the help