DEFAULT_MAIL_MERGE
Platforms
All
Abstract
This variable sets the default for the Mail-Merge= keyword for all lists on the server.
Examples
z/VM: |
DEFAULT_MAIL_MERGE = 'YES' |
Unix: |
DEFAULT_MAIL_MERGE="YES" export DEFAULT_MAIL_MERGE |
Windows: |
DEFAULT_MAIL_MERGE=YES |
Details
This variable sets the default for list-based mail-merge. Set to NO to turn off list-based mail-merge, set to YES to turn it on.
Can be overridden at the list level by setting the Mail-Merge= list header keyword.
Default Value
Empty string (equivalent to "NO").