11.1 Chili!Mail (SMTP Component)

The Chili!Soft Mail 1.0 ActiveX Control enables users to create and send email messages via SMTP from ASP scripts. The Chili!Soft Mail control is designed to be closely compatible with the NewMail object that is included with the Microsoft IIS CDONTS component.
The Chili!Soft Mail Control does not support the following NewMail properties and methods at all:
- BodyFormat
- ContentBase
- ContentLocation
- MailFormat
- Version
- AttachURL
- SetLocaleIDs
Other differences between the controls are noted in the individual Property and Method descriptions that follow.
11.1.1.1 Registry Settings
The control makes use of no registry settings.
11.1.1.2 Control Reference
The Chili!Mail 1.0 ActiveX Control is registered with the ProgId of "CDONTS.NewMail". The following VBScript excerpt shows creating an instance of the control.
Set mailer = Server.CreateObject("CDONTS.NewMail")
The Chili!Mail 1.0 ActiveX Control exposes the following properties and methods:
11.1.1.3 Properties
- To
- From
- Cc
- Body
- Subject
- Host
- Bcc
- Value
- Importance
- Retain
11.1.1.4 Methods
Copyright © 2000 Chili!Soft
|