I need to start the mailcatcher as the vagrant up
is done.
I tried setting provision for the vagrant machine
config.vm.provision "shell", inline: 'mailcatcher --ip=0.0.0.0'
But it says unidentified command mailcatcher
MailCatcher has to be started via /usr/bin/env mailcatcher
so
config.vm.provision "shell", inline: '/usr/bin/env mailcatcher --ip=0.0.0.0'
should work.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With