|
|
 |
 |
| GetSMTPEmailHeader |
| |
Create a basic email header |
| |
| Library |
 |
wh::internet/smtp.whlib |
| |
| Syntax |
 |
PUBLIC RECORD ARRAY FUNCTION GetSMTPEmailHeader (STRING mailfrom,STRING subject,STRING hostname) |
| |
| Parameters |
 |
| mailfrom |
 |
Name and email address of email sender |
 |
| subject |
 |
Subject of the email to create |
 |
| hostname |
 |
Host generating this message (used for message-id generation). This should be left empty when unknown, it will be then be automatically generated. |
 |
|
| |
| Returns |
 |
A record array containing the basic header fields |
| |
|
|
|
|