다음을 통해 공유


Receipts

Receipts는 팩스에 대한 SMTP(Simple Mail Transfer Protocol) 설정을 지정합니다.

자식 요소

설정 설명
FaxUserName 기본 SMTP 인증 또는 Windows 보안 기반 인증에 사용되는 계정 이름을 지정합니다.
FaxUserPassword 기본 SMTP 인증 또는 Windows 보안 기반의 인증에서 서버에 대해 인증하는 데 사용할 암호를 지정합니다.
SmtpNotificationsEnabled 보내는 팩스에 대해 SMTP 알림을 사용할지 여부를 지정합니다.
SmtpSenderAddress 보내는 이메일 알림에 사용되는 이메일 주소를 지정합니다.
SmtpServerAddress 팩스를 보내고 받는 데 사용되는 이메일 서버의 이름 또는 IP 주소를 지정합니다.
SmtpServerAuthenticationMechanism 사용할 인증 스키마(Windows 보안 기반의 익명, 기본 또는 인증) 중 하나를 지정합니다.
SmtpServerPort 이메일 서버의 IP 포트 번호를 지정합니다.

유효한 구성 패스

specialize

부모 계층

Microsoft-Windows-Fax-Service | Receipts

적용 대상

이 구성 요소가 지원하는 지원되는 Windows 버전 및 아키텍처 목록은 Microsoft-Windows-Fax-Service를 참조하세요.

XML 예

다음 XML 출력은 팩스 설정을 지정하는 방법을 보여 줍니다.

<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>207.46.197.32</SmtpServerAddress>
   <SmtpServerAuthenticationMechanism>1</SmtpServerAuthenticationMechanism>
   <SmtpServerPort>26</SmtpServerPort>
</Receipts>

Microsoft-Windows-Fax-Service