Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

programs.msmtp.enable

Whether to enable msmtp.

Type: boolean

Default:

false

Example:

true

Declared by:

programs.msmtp.package

The msmtp package to use.

Type: package

Default:

pkgs.msmtp

Declared by:

programs.msmtp.configContent

Content added to msmtp config. See https://marlam.de/msmtp/msmtprc.txt for examples.

Note, if running msmtp fails with the error message “account default was already defined” then you probably have an account command here. Account commands should be placed in .

Type: strings concatenated with “\n”

Default:

""

Example:

lib.mkOrder 1200 '''
  set syslog
''';

Declared by: