···3939 example = "mail.example.org";
4040 description = ''
4141 The host name of the default mail server to use to deliver
4242- e-mail.
4242+ e-mail. Can also contain a port number (ex: mail.example.org:587),
4343+ defaults to port 25 if no port is given.
4344 '';
4445 };
4546···106107 default = null;
107108 example = "/run/keys/ssmtp-authpass";
108109 description = ''
109109- Path to a file that contains the password used for SMTP auth.
110110+ Path to a file that contains the password used for SMTP auth. The file
111111+ should not contain a trailing newline, if the password does not contain one.
110112 This file should be readable by the users that need to execute ssmtp.
111113112114 <option>authPassFile</option> takes precedence over <option>authPass</option>.