MyNixOS website logo
option

accounts.email.accounts.<name>.neomutt.sendMailCommand

Command to send a mail. If not set, neomutt will be in charge of sending mails.

Declarations
Type
null or string
Default
if config.msmtp.enable then
  "msmtpq --read-envelope-from --read-recipients"
else
  null
Example
"msmtpq --read-envelope-from --read-recipients"