Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

how to run mailhog on mac os #86

Closed
augustinex80 opened this issue Apr 11, 2016 · 9 comments
Closed

how to run mailhog on mac os #86

augustinex80 opened this issue Apr 11, 2016 · 9 comments

Comments

@augustinex80
Copy link

I downloaded MailHog_darwin_amd64 and MailHog_darwin_386. they both have no expanded-name. How can I run Mailbog.

Thank you.

@maijs
Copy link

maijs commented Apr 11, 2016

@augustinex80 One of the easiest way to run mailhog on MacOS is to use mailhog formula for Homebrew.

Run brew update && brew install mailhog and you're done. If you require additional help with setting up mailhog with Homebrew, check out this page.

@iamwithnail
Copy link

That answer should really be on the main page! Completely non-obvious if you're coming into this for the first time.

@augustinex80
Copy link
Author

docker? sorry, I asked a simple question. If docker is the right way. I will follow the docker's document. thank you! @maijs @iamwithnail

@ian-kent
Copy link
Member

ian-kent commented Jul 7, 2016

@augustinex80 not sure what you mean by no expanded-name, but the binaries on the release page should work on Mac OS (I've tested on 10.11.4)

@iamwithnail I've added the homebrew command to the readme 👍

There's not really a right way - the binaries, docker and homebrew should all hopefully work.

@swrobel
Copy link

swrobel commented Aug 10, 2016

@ian-kent
Copy link
Member

FYI, the state of Mailhog's inclusion in Homebrew is in question

thanks, added in vendor directories, hopefully that'll help

@tobiashochguertel
Copy link

That answer should really be on the main page! Completely non-obvious if you're coming into this for the first time.

This should be also added to the main-page of mailhog:

Open http://127.0.0.1:8025 and start using. (Give it couple of seconds to boot.)

or


Usage
There are couple of ways to start MailHog:

Run brew services start mailhog if you have homebrew-services tap installed.
Run $(brew --prefix)/bin/MailHog & if you want to start it manually.

@gfonsecapilarte
Copy link

That answer should really be on the main page! Completely non-obvious if you're coming into this for the first time.

This should be also added to the main-page of mailhog:

Open http://127.0.0.1:8025 and start using. (Give it couple of seconds to boot.)

or


Usage
There are couple of ways to start MailHog:

Run brew services start mailhog if you have homebrew-services tap installed.
Run $(brew --prefix)/bin/MailHog & if you want to start it manually.

I think this is exactly what is missing! thanks!

@sawirricardo
Copy link

brew services start mailhog

Hey, I was also looking for this the brew services start mailhog for everone who dont want to mailhog everytime. Can we add this to the documentation?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

8 participants