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 Read

NameSMTPit File Read
Description

Reads in the characters or lines of a file.

FormatSMTPit File Read ( Select entire contents ; Target ; File ; Start ; Amount ; Read Lines )
Required Parameters
File

The path and file name of the file you want to read.

Optional Parameters
Select entire contents

If checked, the target field or variable will be replaced by the result of this script step.

Target

Specify the field or variable to receive the file data.

Start

The starting character position or line. If negative, the position will be relative to the end of the file.

Amount

The number of characters or lines to read. (Default is all or the remaining part of the file.)

Read Lines

If checked, the Start and Amount parameters refer to the number of lines instead of characters.)