r8 / vagrant-lamp

My default LAMP development stack for Vagrant
http://r8.github.io/vagrant-lamp/
752 stars 255 forks source link

mailcatcher #103

Closed alfonsomatute closed 9 years ago

alfonsomatute commented 10 years ago

I had to add this line to Vagrantfile to use MailCatcher: config.vm.network :forwarded_port, guest: 1080, host: 1080

and start service with: mailcatcher --ip=0.0.0.0