services.nullmailer.config.remotes

NixOS option

A list of remote servers to which to send each message. Each line contains a remote host name or address followed by an optional protocol string, separated by white space. See man 8 nullmailer-send for syntax and available options. WARNING: This is stored world-readable in the nix store. If you need to specify any secret credentials here, consider using the remotesFile option instead.

type: null or string
Default
null
declared in: nixos/modules/services/mail/nullmailer.nixView source on NixOS/nixpkgs →