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 accounts.email.accounts._name_.msmtp.extraConfig.

Type
strings concatenated with "\n"
Default
""
Example
lib.mkOrder 1200 '''
  set syslog
''';
Declared
<home-manager/modules/programs/msmtp>