inbucket
maildev
inbucket | maildev | |
---|---|---|
11 | 11 | |
1,708 | 5,200 | |
1.5% | 1.3% | |
8.1 | 0.0 | |
about 1 month ago | 4 months ago | |
Go | SCSS | |
MIT License | GNU General Public License v3.0 or later |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
inbucket
- Inbucket: [self hosted] disposable webmail
-
MailCrab
Longtime mailhog user here; this looks like a nice improvement for cold start developer environments! Another option in the same space (emphasis container size) is https://github.com/inbucket/inbucket
-
Burner emails - custom domain?
inbucket is what you need
-
Rails 7. StartKit v1.2 - gem mailcatcher + Mailer::Preview
yeah, it is still helpful. But I was also recommended to play with mailhog or https://github.com/inbucket/inbucket
-
Looking for easiest local mail server in docker for monitoring
https://inbucket.org/ is very easy to host, does not require you to setup mailboxes, does not require any sort of database, has a built in webmail interface, and you can also grab via POP3 if you want to use a traditional mail client.
-
Best home email server?
If all you need is a system to receive SMTP mail and read the messages via web GUI then inbucket is probably the easiest solution.
-
Consolidating system emails for multiple linux servers
Will have to play around with GitHub pages settings, looks like https://www.inbucket.org/ is the workaround for now
-
Self hosting *internal* mail server
I run https://www.inbucket.org/ at home. I wrote it, so I'm biased, but it works well for me. ;)
-
Is a 'dumb' self-hosted email server possible.
This is what you need inbucket
- Inbucket/inbucket: Disposable webmail server
maildev
-
MailCatcher runs a super simple SMTP server
I use https://github.com/maildev/maildev, they have a docker image that I run as part of my local dev setup
-
A guide to the best email editing tools
MailDev is an open-source SMTP (Simple Mail Transfer Protocol) server for testing project-generated emails during the development phase that runs locally on a user’s machine.
- Show HN: A fake SMTP server for software integration testing
- MailDev is a simple way to test a project's generated email during development
-
Modern Perl Catalyst: Docker Setup
As I said before Maildev is a neat and easy to use SMTP server that is great for development since you can have your application act as though its really sending emails and have that intercepted directly and reviewed in a neat GUI application. It's a nice way to solve the problem of testing emails but you are certainly welcome to do something else, possible dangerous, like actually send emails from your development box :). Again, I want you to start thinking about chaining applications together as a cluster of single purpose containers, all talking to each other via simple conventions and environment variables (for example you might have noticed that the DB_HOST was the same as the name of the database container; Docker does a great job of offering simple conventions like that which really save a lot of setup headache.
-
MailCrab
This looks quite nice and lean, we started using https://github.com/maildev/maildev especially for the arm64 support.
-
PHP creation Member Space Maildev does not receive anything
Reading about maildev, it seems to be a STMP server for testing. I assume then, the problem is in the mail() function.
- Internal e-mail solution for locked down internal cameras?
-
Self hosting *internal* mail server
There are other options besides running a fully blown internal mail server. You could try https://github.com/maildev/maildev or https://github.com/mailhog/MailHog (no longer being developed but still working great) if it is enough for your use case.
-
What components should I learn if I want to confirm new users by sending them an email with a link they should click?
I was able to implement a simple verification link that a new user can click to confirm their account. However, my implementation is only up to localhost environment using maildev.
What are some alternatives?
go-smtp-mock - SMTP mock server written on Golang. Mimic any 📤 SMTP server behavior for your test environment with fake SMTP server.
MailHog - Web and API based SMTP testing
mailbear - Self hosted forms backend
Mailpit - An email and SMTP testing tool with API for developers
ergo - The management of multiple apps running over different ports made easy
email-templates - Create, preview (browser/iOS Simulator), and send custom email templates for Node.js. Made for @forwardemail, @ladjs, @cabinjs, @spamscanner, and @breejs.
ocrmymail - OCRmyMail is an SMTP server relay that adds an OCR text layer to PDF mail attachments and sends them to the original recipient.
smtp-gotify - A small program which listens for SMTP notifications and sends all incoming messages to your Gotify server
smtprelay - Simple Golang SMTP relay/proxy server
free-email-forwarding - The best free email forwarding for custom domains. Visit our website to get started (SMTP server)
maddy - ✉️ Composable all-in-one mail server.
MailDev - :mailbox: SMTP Server + Web Interface for viewing and testing emails during development. [Moved to: https://github.com/maildev/maildev]