jsdecena / laracom

Laravel FREE E-Commerce Software

Home Page:https://jsdecena.github.io/laracom

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Introduction to Mailhog

ysknsid25 opened this issue · comments

commented

GoodEvening, @jsdecena

I would like to introduce mailhog as a means of sending mail.

For example, it will be possible to send e-mails for forgotten passwords via E2E.

I have tried it in my local environment and here is the result.
It has been verified on an Apple Silicon machine, so as soon as I can verify it on a Windows machine, I can send a pull request.

image

image

image

yeah mailhog is good as I have used it before -- but others prefer mailtrap SMTP. We can add that in the docker-compose file if you need it. Currently, we just use the LOG in all the emails that are sent.

commented

@jsdecena

I see

In other words, we do not provide a specific SMTP server as an OSS product, but rather we take the stance that users can change it as they like.

Add to docker-compose and provide only the option to use mailhog.
We will take the form of leaving it up to the user to decide whether to use it or not.