Product Logo

SMTPit Pro

A Feature-rich Email plug-in

Functions

SMTPit_QuickSet

NameSMTPit_QuickSet
Description

The SMTPit_QuickSet function allows you to set the From, To, Subject, and TextBody in a quick an simple format. You can also use functions for each of these items.

Return TypeText
FormatSMTPit_QuickSet ( From ; To ; Subject ; TextBody )
Required Parameters
From

The From Email Address.

To

The To Email Address.

Subject

The Email Subject.

TextBody

The Email Content.

Example
Example 1

Sets the from, to, subject, and text body as above.

SMTPit_QuickSet( "me@my.com" ; "you@your.com" ; "Test Message" ; "Test body" )