Product Logo

SMTPit Pro

A Feature-rich Email plug-in

Script Steps
Script StepSMTPit Add Attachment
Script StepSMTPit Add Attachment From Container
Script StepSMTPit Add Attachment From Dialog
Script StepSMTPit Add Body
Script StepSMTPit Add Email Header
Script StepSMTPit Add Inline Image
Script StepSMTPit Add Inline Image From Container
Script StepSMTPit Add Inline Image From Dialog
Script StepSMTPit Add Recipient
Script StepSMTPit Clear
Script StepSMTPit Connect
Script StepSMTPit Disconnect
Script StepSMTPit File Copy
Script StepSMTPit File Delete
Script StepSMTPit File Exists
Script StepSMTPit File Export
Script StepSMTPit File Import
Script StepSMTPit File Move
Script StepSMTPit File Read
Script StepSMTPit File Rename
Script StepSMTPit File Select With Dialog
Script StepSMTPit File Size
Script StepSMTPit File Timestamp
Script StepSMTPit File Write
Script StepSMTPit Folder Create
Script StepSMTPit Folder Delete
Script StepSMTPit Folder Exists
Script StepSMTPit Folder Get Path
Script StepSMTPit Folder List
Script StepSMTPit Folder Rename
Script StepSMTPit Folder Select With Dialog
Script StepSMTPit Get Configure Option
Script StepSMTPit Get Send Value
Script StepSMTPit Is Connected
Script StepSMTPit Merge Text
Script StepSMTPit Quick Set
Script StepSMTPit Register
Script StepSMTPit Send
Script StepSMTPit Send With Dialog
Script StepSMTPit Set Authentication
Script StepSMTPit Set Character Set
Script StepSMTPit Set Configure Option
Script StepSMTPit Set From
Script StepSMTPit Set Host
Script StepSMTPit Set Reply-To
Script StepSMTPit Set Subject
Script StepSMTPit Show Configure Dialog
Script StepSMTPit Status Window
Script StepSMTPit Styled Text To HTML
Script StepSMTPit Verify Email Address
Script StepSMTPit Version

SMTPit File Write

NameSMTPit File Write
Description

Writes data out to a file.

FormatSMTPit File Write ( Data ; File ; File Exists Action ; Character Set ; Line Ending Type ; Include Unicode BOM )
Required Parameters
Data

The data to write.

File

The path and file name of the file to write.

Optional Parameters
File Exists Action

Choose what happens if the file already exists. “Abort” will abort the script step. “Overwrite” will overwrite the file. “Backup” will rename the existing file before creating a new file. “Append” will append the new data to the end of the existing file. “Unique” will create a new file with a unique file name to write the data to.

Character Set

Choose the character set for the file data.

Line Ending Type

Choose which line endings to use.

Include Unicode BOM

If checked, and the character set is a unicode set, and the file is being created, this will include a unicode byte order mark.