HO4X4KOGLVLJUVK2HKQYL5CZ4GSAE3EPFYFLCMOT4KI2DDXNSIDQC
CF7QG4IA6LJIJLCPKKAM6XMPQO45YTTIXR32TFYV3LR36I7VDGIQC
G2RULGMMNKPSV3CPHZOTSZ2UNISNQY5WXJ6Y4XEQMPKQ5NLIEB4AC
D3MDJONYWWNXVVZDKTPDQE2H2HGMF263LXKT57B2GYCOXNM3PPOQC
3PNG7NIBQQURUUPRVQXYL342OT7JUUYOMY2JJNP6YDX7SYJDZMYAC
} // optionalAttrs (cfg.smtpHost != null) { EMAIL_SENDER_TRANSPORT = "SMTP"; EMAIL_SENDER_TRANSPORT_host = cfg.smtpHost;
} // optionalAttrs (cfg.smtpHost != null) {
EMAIL_SENDER_TRANSPORT = "SMTP";
EMAIL_SENDER_TRANSPORT_host = cfg.smtpHost;
''; }; smtpHost = mkOption { type = types.nullOr types.str; default = null; example = ["localhost"]; description = '' Hostname of the SMTP server to use to send email.
'';
};
smtpHost = mkOption {
type = types.nullOr types.str;
default = null;
example = ["localhost"];
description = ''
Hostname of the SMTP server to use to send email.