Timofey.Kovalev 9972005cb5 first commit
2025-10-14 10:35:42 +03:00
2025-10-14 10:35:42 +03:00
2025-10-14 10:35:42 +03:00
2025-10-14 10:35:42 +03:00
2025-10-14 10:35:42 +03:00
2025-10-14 10:35:42 +03:00
2025-10-14 10:35:42 +03:00

Qmail

The qmail utility is a tool designed for simple, fast, and convenient email sending. It allows saving settings for multiple servers in a configuration file and then sending content from a file or standard input with a single simple command.

install

Install go

$ make
$ make install

Example

$ qmail -s myServer ./mail.eml

or

$ cat "text" | qmail -s myServer
Description
No description provided
Readme 33 KiB
Languages
Go 95.3%
Makefile 4.7%