Writer instructions | |
---|---|
Page title | For most spaces, this page must be titled Space announcements. For spaces with localized content, this page must be titled Space announcements l10n. |
Purpose | Provide an announcement banner on every page of your space. |
Location | Move this page outside of your home branch. |
Guidelines |
Email header control statements for IEBGENER
The email header keyword control statement defines the email header control parameters for IEBGENER. You can use them to customize how the email is sent using the SMTP server running on your system as described in the following table:
Keyword | Parameter |
---|---|
HELO | SMTP server name |
MAIL FROM: | <from_emailid> |
RCPT TO: | <to_emailid> |
DATA | NA |
SUBJECT: | Email subject line |
MIME-VERSION: | 1.0 |
CONTENT-TYPE: | TEXT/PLAIN |
CONTENT-DISPOSITION | ATTACHMENT; |
FILENAME= | Attachmentname.csv |
Blank line |
|
Related topic