Navigation:  Commands > Fax to Send File [FS] >

$email_text [FS]

Previous pageReturn to chapter overviewNext page

Specify E-Mail Body Text Line

$email_text "text" [origin]


This command specifies one of the lines of text that is to form the body of the e-mail message.

The default macro-expansion character on all $email... commands is an ASCII grave accent character (`). The text is processed in the same way as a CopiaFacts cover sheet with macro-expansion of '`' variables. The expansion of variables may be suppressed by $email_options "nomacro".

The text is assumed to be encoded as ISO-8859-1 unless this has been overridden with $email_charset. The text is scanned for characters not in the ASCII character set, and if any are found the file will be encoded 'quoted-printable'. Otherwise the text will be sent as 'us-ascii' with 7bit encoding. This processing may be modified by the options specified on an $email_options command.

The parameters on this command are used as follows:

text The text to be used to create the body. Each command specifies one line of text.
originA keyword JOBTYPE, OWNER, or SYSTEM which is used to allow separate sets of body and/or text commands in Job Type, Owner and System job properties to override each other correctly. This keyword is added automatically in job instance creation and should NOT be applied manually.

The $email_text and $email_body commands can be mixed in the same FS file and the body text will be built from lines and files in the order they are specified.

The content type will be set to text/plain unless a string <html is detected in the first three lines of text, in which case it will be set to text/html.

Default: no message body is included

Example:

$email_text "Message text"

 


Topic url: http://www.copia.com/support/refmanual/index.html?%24email_text.htm