swaks
Featureful SMTP test tool
Swaks is a flexible, scriptable, transaction-oriented SMTP test tool. It handles SMTP features and extensions such as TLS, authentication, and pipelining; multiple versions of the SMTP protocol including SMTP, ESMTP, and LMTP; and multiple transport methods including unix-domain sockets, internet-domain sockets, and pipes to spawned processes. Options can be specified in environment variables, configuration files, and the command line allowing maximum configurability and ease of use for operators and scripters.
- Versions: 20201014.0
- Website: https://jetmore.org/john/code/swaks/
- Licenses: GPL 2+
- Package source: gnu/packages/mail.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of swaks
as follows:
guix install swaks
Or install a particular version:
guix install swaks@20201014.0
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.
Badge code
You can use the following badge to inform users of swaks about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/swaks'><img src='https://packages.guix.gnu.org/packages/swaks/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/swaks)
Example Org:
[[https://packages.guix.gnu.org/packages/swaks][https://packages.guix.gnu.org/packages/swaks/badges/latest-version.svg]]