This package browser is in early development. Mind the rough edges.

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.

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:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/swaks/badges/latest-version.svg)](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]]