banner

[Mail_Signature]

Answer File = Internet Settings (.ins) File

The [Mail_Signature] section contains entries for specifying an e-mail signature for news and whether to use the signature.

Entry Description
Signature_Text Specifies the boilerplate text that is automatically appended to the end of e-mail messages or newsgroup postings. To indicate a new line in the signature, use the characters "\n".
Use_Mail_For_News Specifies whether to append the value of Signature_Text to the end of postings to newsgroups.
Use_Signature Specifies whether to append the value of Signature_Text to the end of e-mail messages.

Sample

This sample demonstrates one use of the [Mail_Signature] section of the Internet Settings (.ins) File.

[Mail_Signature]
Signature_Text = Tell your friends about our free e-mail!
Use_Mail_For_News = 1
Use_Signature = 1

Signature_Text

Specifies the boilerplate text that is automatically appended to the end of e-mail messages or newsgroup postings. To indicate a new line in the signature, use the characters "\n".

Syntax Signature_Text = string
Value string
Example
Signature_Text = Tell your friends about our free e-mail!

icon Return to top

Use_Mail_For_News

Specifies whether to append the value of Signature_Text to the end of postings to newsgroups.

Syntax Use_Mail_For_News = 0 | 1
Values 0

Does not append the value of Signature_Text to the end of postings to newsgroups.

1

Appends the value of Signature_Text to the end of postings to newsgroups.

Default Value 0
Example
Use_Mail_For_News = 1

icon Return to top

Use_Signature

Specifies whether to append the value of Signature_Text to the end of e-mail messages.

Syntax Use_Signature = 0 | 1
Values 0

Does not append the value of Signature_Text to the end of e-mail messages.

1

Appends the value of Signature_Text to the end of e-mail messages.

Default Value 0
Example
Use_Signature = 1

icon Return to top