Automattic / studio

Studio by WordPress.com, a free desktop app that helps developers streamline their local WordPress development workflow.
https://developer.wordpress.com/studio/
GNU General Public License v2.0
192 stars 17 forks source link

Feature Request: Catch all emails #24

Open soderlind opened 6 months ago

soderlind commented 6 months ago

What

I would like Studio to catch all emails sent from it

Why

Test form plugins etc

How

You could use https://mailpit.axllent.org/

It could be as easy as setting the SMTP port and host to the one mailpit is using, and using mailpit as is.

Mailpit listens by default on port 0.0.0.0:8025 for the web UI, and port 0.0.0.0:1025 for SMTP.

faisalahammad commented 5 months ago

The email log option would be a great addition. +1

pgroot91 commented 5 months ago

Another solution could be mailhog.

soderlind commented 5 months ago

@pgroot91 MailHog isn't maintained anymore, latest release was in 2020

pgroot91 commented 5 months ago

MailHog isn't maintained anymore, latest release was in 2020

@soderlind 👌 never looked at it to be honest and always installed it blindly and never failed me.

Better then to go with a system that is actively maintained, Mailpit looks good 👍