Previous in Contents Next in Contents

SendSMTP

The SendSMTP component sends an e-mail message to the specified recipient.

Remarks

The SendSMTP component sends a business data object as an e-mail message to an SMTP mail server. If you are using Microsoft® Exchange and Outlook, you can run a Visual Basic script to invoke an OrderPipeline object (but not an MtsPipeline or MtsTxPipeline) on the Exchange server to process the received messages. For an example, see the Recvsmtp.vbs script installed in the \Microsoft Site Server\SiteServer\Commerce folder (see Creating a Receiving Agent for SMTP Transport).

Note  In order for SendSMTP to properly support character set conversion, the corresponding Windows NT code page must be installed on the computer. For example, the US version of Windows NT installation does not include the Japanese code page (code page 932), which must be present to convert Unicode to iso-2022-jp. For information on installing a code page, see Knowledge Base article Q164948.


© 1997-2000 Microsoft Corporation. All rights reserved.