services.nextcloud.settings.mail_sendmailmode

For smtp, the sendmail binary is started with the parameter -bs: Use the SMTP protocol on standard input and output. For pipe, the binary is started with the parameters -t: Read message from STDIN and extract recipients.

Type
one of "smtp", "pipe"
Default
"smtp"
Declared
<nixpkgs/nixos/modules/services/web-apps/nextcloud.nix>