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: stringDefault
declared in: nixos/modules/services/web-apps/discourse.nixView source on NixOS/nixpkgs →"${if config.services.discourse.mail.incoming.enable then "notifications" else "noreply"}@${config.services.discourse.hostname}"