services.discourse.mail.notificationEmailAddress

NixOS option

The from: email address used when sending all essential system emails. The domain specified here must have SPF, DKIM and reverse PTR records set correctly for email to arrive.

type: string
Default
"${if config.services.discourse.mail.incoming.enable then "notifications" else "noreply"}@${config.services.discourse.hostname}"
declared in: nixos/modules/services/web-apps/discourse.nixView source on NixOS/nixpkgs →