Thanks to visit codestin.com
Credit goes to Github.com

Skip to content
generated from openpeeps/pistachio

βœ‰οΈ A high-performance SMTP server based on LibEvent. πŸ‘‘ Written in Nim language

License

Notifications You must be signed in to change notification settings

openpeeps/meowmail

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

17 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation


A high-performance Mail Transfer Agent based on LibEvent.
πŸ‘‘ Written in Nim language

nimble install meowmail

API reference
Github Actions Github Actions

What's up?

We want to build a simple, efficient, and easy-to-use SMTP server in Nim that can be used for sending and receiving emails in various applications, from testing email functionality in development environments to running a fully-featured mail server for anyone who wants to host their own email.

MeowMail is designed to be a lightweight and high-performance SMTP server that can handle a large number of concurrent connections while providing essential features like TLS encryption, authentication, and MX delivery. It also includes an IMAP server for email retrieval and management.

😍 Key Features

  • High-performance SMTP & IMAP server
  • Based on LibEvent library for efficient event-driven networking
  • Supports SMTP authentication and TLS encryption
  • Efficient handling of concurrent connections
  • Simple API for handling incoming emails and IMAP commands
  • HTTP auth proxy for integration with external authentication systems
  • Made for Unix-like systems (Linux, macOS, BSD)

Prerequisites

  • Nim compiler >= 2.0
  • OpenSSL development libraries
  • LibEvent development libraries

Examples

Testing MeowMail on a home connection can be tricky due to ISP restrictions on port 25. If your ISP blocks the outgoing SMTP port 25, the only way to test MeowMail is to run it locally and connect to it using an email client configured to use localhost as the SMTP server.

Otherwise, you can use a VPS or any cloud server with an open port 25 to test sending emails to external addresses. Try a VPS from Hetzner using our referral link for easy testing.

Test MeowMail

Use a temporary, disposable email account service like TempMail to receive test emails.

Note, ensure you have swaks installed for testing SMTP functionality.

todo

❀ Contributions & Support

🎩 License

MIT license. Made by Humans from OpenPeeps.
Copyright OpenPeeps & Contributors β€” All rights reserved.

About

βœ‰οΈ A high-performance SMTP server based on LibEvent. πŸ‘‘ Written in Nim language

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages