The classic email sending library for PHP
-
Updated
Oct 9, 2020 - PHP
{{ message }}
The classic email sending library for PHP
Catches mail and serves it through a dream.
High performance, self-hosted newsletter and mailing list manager with a modern dashboard. Go + VueJS.
A cross-platform .NET library for IMAP, POP3, and SMTP.
Insular email distribution - mail server as Docker images
Golang package that generates clean, responsive HTML e-mails for sending transactional mail
Mini SMTP server written in golang
The best free email forwarding for custom domains. Visit our website to get started (SMTP server)
The magma server daemon, is an encrypted email system with support for SMTP, POP, IMAP, HTTP and MOLTEN,. Additional support for DMTP and DMAP is currently in active development.
Papercut SMTP -- The Simple Desktop Email Server
Send email to any SMTP server like a boss, in Swift and cross-platform
Local, web-based mail server application. Slurp mails into oblivion!
Homebrew tap is way out of date, goreleaser should be able to generate a new one. Not sure if it will help with launching Inbucket at boot.
When using default settings, users will experience fewer bugs. So when there are issues, resetting to the default can be a quick fix/workaround. And this can lead to better bug reports.
We did this in Tiki for http://doc.tiki.org/Site-configuration-preferences. I got used to it and miss it in other applications. Basically, it shows user which settings have been modified and lets them reset to
Is your feature request related to a problem? Please describe.
SendableEmail is not Sync at the moment. I think this is because the body of the email is represented by (Box<dyn Read + Send>), which doesn't have the Sync marker trait. Being !Sync prevents sharing &SendableEmail between threads, and sending them to executors that require Sync for such references. It also prevents
Add a description, image, and links to the smtp topic page so that developers can more easily learn about it.
To associate your repository with the smtp topic, visit your repo's landing page and select "manage topics."