1<!DOCTYPE HTML> 2<html> 3<!-- SECTION: Man Pages --> 4<head> 5 <link rel="stylesheet" type="text/css" href="../cups-printable.css"> 6 <title>mailto.conf(5)</title> 7</head> 8<body> 9<h1 class="title">mailto.conf(5)</h1> 10<h2 class="title"><a name="NAME">Name</a></h2> 11mailto.conf - configuration file for cups email notifier 12<h2 class="title"><a name="DESCRIPTION">Description</a></h2> 13The <b>mailto.conf</b> file defines the local mail server and email notification preferences for CUPS. 14<p>Each line in the file can be a configuration directive, a blank line, or a comment. 15Configuration directives typically consist of a name and zero or more values separated by whitespace. 16The configuration directive name and values are case-insensitive. 17Comment lines start with the # character. 18<h3><a name="DIRECTIVES">Directives</a></h3> 19<dl class="man"> 20<dt><b>Cc </b><i>cc-address@domain.com</i> 21<dd style="margin-left: 5.0em">Specifies an additional recipient for all email notifications. 22<dt><b>From </b><i>from-address@domain.com</i> 23<dd style="margin-left: 5.0em">Specifies the sender of email notifications. 24<dt><b>Sendmail </b><i>sendmail command and options</i> 25<dd style="margin-left: 5.0em">Specifies the sendmail command to use when sending email notifications. 26Only one <i>Sendmail</i> or <i>SMTPServer</i> line may be present in the <b>mailto.conf</b> file. 27If multiple lines are present, only the last one is used. 28<dt><b>SMTPServer </b><i>servername</i> 29<dd style="margin-left: 5.0em">Specifies a SMTP server to send email notifications to. 30Only one <i>Sendmail</i> or <i>SMTPServer</i> line may be present in the <b>mailto.conf</b> file. 31If multiple lines are present, only the last one is used. 32<dt><b>Subject </b><i>subject-prefix</i> 33<dd style="margin-left: 5.0em">Specifies a prefix string for the subject line of an email notification. 34</dl> 35<h2 class="title"><a name="SEE_ALSO">See Also</a></h2> 36<b>cupsd</b>(8), 37CUPS Online Help (<a href="http://localhost:631/help">http://localhost:631/help</a>) 38<h2 class="title"><a name="COPYRIGHT">Copyright</a></h2> 39Copyright © 2007-2019 by Apple Inc. 40 41</body> 42</html> 43