jsdecena / laracom

Laravel FREE E-Commerce Software
https://jsdecena.github.io/laracom
1.91k stars 861 forks source link

Introduction to Mailhog #298

Closed ysknsid25 closed 1 year ago

ysknsid25 commented 1 year ago

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

jsdecena commented 1 year ago

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.

ysknsid25 commented 1 year ago

@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.