Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Phpmailer | 19,918 | 5,464 | 1,002 | a day ago | 66 | March 06, 2023 | 46 | lgpl-2.1 | PHP | |
The classic email sending library for PHP | ||||||||||
Mailinabox | 12,373 | 3 days ago | 517 | cc0-1.0 | Python | |||||
Mail-in-a-Box helps individuals take back control of their email by defining a one-click, easy-to-deploy SMTP+everything else server: a mail server in a box. | ||||||||||
Mailkit | 5,571 | 485 | 981 | 6 days ago | 169 | June 17, 2023 | 6 | mit | C# | |
A cross-platform .NET library for IMAP, POP3, and SMTP. | ||||||||||
Mailu | 4,875 | 7 days ago | 147 | other | Python | |||||
Insular email distribution - mail server as Docker images | ||||||||||
Remark42 | 4,468 | 2 | 16 days ago | 18 | July 11, 2022 | 90 | mit | Go | ||
comment engine | ||||||||||
Maildev | 4,391 | 54 | 28 | 7 days ago | 45 | July 20, 2023 | 111 | other | SCSS | |
:mailbox: SMTP Server + Web Interface for viewing and testing emails during development. | ||||||||||
Maddy | 4,226 | 1 | a month ago | 42 | May 29, 2023 | 90 | gpl-3.0 | Go | ||
✉️ Composable all-in-one mail server. | ||||||||||
Rainloop Webmail | 3,978 | a day ago | 928 | mit | PHP | |||||
Simple, modern & fast web-based email client | ||||||||||
Check If Email Exists | 3,895 | 3 | a month ago | 37 | August 15, 2022 | 70 | other | Rust | ||
Check if an email address exists without sending any email, written in Rust. Comes with a ⚙️ HTTP backend. | ||||||||||
Gomail | 3,880 | 595 | 886 | 6 months ago | 21 | April 11, 2016 | 91 | mit | Go | |
The best way to send emails in Go. |
Homingbot is a Fake SMTP Server & Low-Maintenance Email Generator. Its content are set to automatically expire after a set duration. It is divided into 2 parts:
Install requirements
pip3.6 install -r requirements.txt
Update config.py
Cassandra
Update cassandra_hosts. If cassandra has ssl enabled, you'll have to provide an ssl cert and key.
Nest
If you enable TLS, provide an ssl key and cert.
Launch
python3.6 __main__.py
There are 3 API endpoints:
Endpoint | Method | Variables | Details |
---|---|---|---|
/generate |
POST |
count* (INT) |
Generates and returns count email accounts |
/accounts |
GET | NONE | Returns all accounts that are yet to expire |
/emails |
POST |
account* (TEXT), index (INT) |
Returns the email-message(s) for the specified account |
* - required