fschwarz/mailqueue-runner
Project ID: 140041
Description
This library provides a robust way to send email messages to an external SMTP server. The API was designed for easy integration into your Python (web) application. Additionally, there is a CLI script which is compatible with /usr/bin/sendmail
(with a very limited feature set) so this software is also an alternative to msmtp and ssmtp.
The project is hosted on GitHub: https://github.com/FelixSchwarz/mailqueue-runner/
Installation Instructions
$ dnf copr enable fschwarz/mailqueue-runner
$ dnf install mailqueue-runner
# update /etc/mailqueue-runner.conf
$ mq-sendmail --set-date-header --set-msgid-header staff@site.example <<<MAIL
Subject: Test email
From: me@site.example
Mime-Version: 1.0
Content-Transfer-Encoding: 8bit
Content-Type: text/plain; charset=UTF-8
mail body
MAIL
$ mq-run
You can find additional examples and more information on GitHub.
Active Releases
The following unofficial repositories are provided as-is by owner of this project. Contact the owner directly for bugs or issues (IE: not bugzilla).
Release | Architectures | Repo Download |
---|---|---|
EPEL 9 | x86_64 (32)* | EPEL 9 (15 downloads) |
Fedora 40 | x86_64 (6)* | Fedora 40 (12 downloads) |
Fedora 41 | x86_64 (8)* | Fedora 41 (8 downloads) |
Fedora rawhide | x86_64 (4)* | Fedora rawhide (15 downloads) |
* Total number of downloaded packages.
Quick Enable
#> dnf copr enable fschwarz/mailqueue-runner
More info about enabling Copr repositories