{ config, pkgs, lib, ... }: { # SMTP relay configuration for this environment relayHost = "smtp.lagraula.fr"; relayPort = 587; useTLS = true; useSTARTTLS = true; fromAddress = "noreply@sample.lagraula.fr"; }