8000 Add Tip to using MailHog during developement by zairigimad · Pull Request #9688 · symfony/symfony-docs · GitHub
[go: up one dir, main page]

Skip to content

Add Tip to using MailHog during developement #9688

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

Closed
wants to merge 3 commits into from

Conversation

zairigimad
Copy link
Contributor

Add Tip to using MailHog during developement

Add Tip to using  MailHog during developement
@@ -13,6 +13,11 @@ choices when it comes to handling email during development: (a) disabling the
sending of email altogether or (b) sending all email to a specific
address (with optional exceptions).

.. tip::

for testing emails during application development, and to make tests simple
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

- for testing emails during application development, and to make tests simple
- to web designers, you can use  `MailHog`_. 
+ For testing emails during development you can use `MailHog`_.

@javiereguiluz
Copy link
Member

I've never used this tool before. Before merging this, we'd need to hear opinions about this tool from Symfony developers who have used it. Thanks!

@kiler129
Copy link
Contributor

What's is the advantage over https://mailcatcher.me recommended by SwiftMailer docs?

@ChangePlaces
Copy link

Surely this is just spam

@ping-localhost
Copy link
ping-localhost commented Jun 27, 2018

I'm all for recommending MailHog. I've used it for at least three years now, as it's easy to setup, has a good UI and just works.

@zairigimad
Copy link
Contributor Author
zairigimad commented Jun 27, 2018

@kiler129 Mailhog is an alternative for Mailcatcher that doesnt require any special dependencies like Ruby, so installation is very fast! Just download the binary and run it.

@jewome62
Copy link

In all the projects I could see, when the mail was not disabled, it was mailcatcher that was used.
With most of the time, use the lib to do behat tests with: https://github.com/alexandresalome/mailcatcher
since most of the time we use docker, this is an image to use simply

@artemzi
Copy link
artemzi commented Jun 27, 2018

@zairigimad are You sure that project is live? the latest commit was a year ago and there is a lot of issues there. I prefer to use mailtrap.io

@Pierstoval
Copy link
Contributor

Mailcatcher is really easy to set up, especially in docker (just create a compose service based on mailcatcher & share networks and that's all), what are the benefits of MailHog? What's the difference?

Copy link
Contributor
@HeahDude HeahDude left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for this tip! We indeed use MailCatcher in many projects.

@javiereguiluz
Copy link
Member

This is now merged. Thank you all for your comments!

javiereguiluz added a commit that referenced this pull request Jun 28, 2018
… javiereguiluz)

This PR was submitted for the 4.0 branch but it was merged into the 2.8 branch instead (closes #9688).

Discussion
----------

Add Tip to using  MailHog during developement

Add Tip to using  MailHog during developement

<!--

If your pull request fixes a BUG, use the oldest maintained branch that contains
the bug (see https://symfony.com/roadmap for the list of maintained branches).

If your pull request documents a NEW FEATURE, use the same Symfony branch where
the feature was introduced (and `master` for features of unreleased versions).

-->

Commits
-------

85009fc Removed some whitespace
731986e Reworded the tip contents
acb3abd Add Tip to using  MailHog during developement
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0