Product Logo

SMTPit Pro

A Feature-rich Email plug-in

Functions

SMTPit_SetSubject

NameSMTPit_SetSubject
Description

Use this function to set the Subject of the email. If you assign a Subject of the email with this function, SMTPit Pro will ignore the Default Subject field in the Configuration Dialog.

Return TypeText
FormatSMTPit_SetSubject ( Subject ; SMTPit_Append )
Required Parameters
Subject

The Subject for the email.

Optional Parameters
SMTPit_Append

Leave this in to add this onto the end of the current Subject.

Examples
Example 1

Sets the subject to "In response to your inquiry".

SMTPit_SetSubject( "In response to your inquiry" )
Example 2

Appends the text "In response to your inquiry" to the current subject.

SMTPit_SetSubject( "In response to your inquiry" ; SMTPit_Append )