Product Logo

SMTPit Pro

A Feature-rich Email plug-in

Functions

SMTPit_SetCharSet

NameSMTPit_SetCharSet
Description

Sets the Character Set that SMTPit uses when generating the email.

Return TypeText
FormatSMTPit_SetCharSet ( CharSet )
Required Parameters
CharSet

The Character Set for the email. See the SMTPit Configuration Dialog for valid values.

Example
Example 1

Sets the email character set to UTF-8.

SMTPit_SetCharSet( "UTF-8" )