services.gitea.settings.mailer.SENDMAIL_PATH

NixOS option

Path to sendmail binary or script.

type: string
Default
if config.services.gitea.settings.mailer.ENABLED && config.services.gitea.settings.mailer.PROTOCOL == "sendmail" then "/run/wrappers/bin/sendmail" else "sendmail"
declared in: nixos/modules/services/misc/gitea.nixView source on NixOS/nixpkgs →