Receipts
Receipts
specifies Simple Mail Transfer Protocol (SMTP) settings for faxes.
Child Elements
Specifies the account name to use for basic SMTP authentication or authentication based on Windows Security. |
|
Specifies the password to use for authenticating against the server in basic SMTP authentication or authentication based on Windows Security. |
|
Specifies whether to enable SMTP notifications for outgoing faxes. |
|
Specifies the e-mail address used in outgoing e-mail notifications. |
|
Specifies the name or IP address of the e-mail server used to send and to receive faxes. |
|
Specifies one of the authentication schemas to use: Anonymous, Basic, or authentication based on Windows Security. |
|
Specifies the IP port number for the e-mail server. |
Valid Passes
Parent Hierarchy
Microsoft-Windows-Fax-Service | Receipts
Applies To
For the list of the supported Windows editions and architectures that this component supports, see Microsoft-Windows-Fax-Service.
XML Example
The following XML output shows how to set fax settings.
<Fax>
<ArchiveFaxes>false</ArchiveFaxes>
<IncomingFaxesArePublic>false</IncomingFaxesArePublic>
<ArchiveFolderName>C:\MyFaxArchives</ArchiveFolderName>
</Fax>
<FaxUnattend>
<FaxPrinterIsShared>true</FaxPrinterIsShared>
<ReceiveFaxes>false</ReceiveFaxes>
<Rings>6</Rings>
<RouteToFolder>true</RouteToFolder>
<RouteToPrinter>true</RouteToPrinter>
<SendFaxes>true</SendFaxes>
<Csid>Fax1</Csid>
<Tsid>Fax1</Tsid>
<RouteFolderName>C:\Router</RouteFolderName>
<RoutePrinterName>C:\Printer</RoutePrinterName>
</FaxUnattend>
<Receipts>
<FaxUserName>MyUserName</FaxUserName>
<FaxUserPassword>MyPassword</FaxUserPassword>
<SmtpNotificationsEnabled>true</SmtpNotificationsEnabled>
<SmtpSenderAddress>MyUserName@fabrikam.com</SmtpSenderAddress>
<SmtpServerAddress>902.34.567</SmtpServerAddress>
<SmtpServerAuthenticationMechanism>1</SmtpServerAuthenticationMechanism>
<SmtpServerPort>26</SmtpServerPort>
</Receipts>