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 Type
Text
Format
SMTPit_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.