Running
i!-EquipmentMonitorOut.axi Functions (Cont.)
SmtpSetTimeOff- | SmtpSetTimeOffset has these arguments: | |||
set(CHAR Offset[]) | Offset String containing the local timezone offset. This string is formatted as "+/- | |||
| ||||
Call this to configure | HHMM" where "+/=" is "+" or | |||
the local timezone | the offset in hours relative to GMT and "MM" is the offset in minutes relative to GMT. | |||
| Some Common Offsets are: | |||
| ||||
| ||||
| ||||
| ||||
| ||||
| ||||
| +0000 | : Greenwich Mean Time (same as UTC) | ||
| +0000 | : Dublin, Edinburgh, Lisbon, London (UTC + 0:00) | ||
| +0100 | : Brussels, Copenhagen, Madrid, Paris, Vilnius (UTC + 1:00) | ||
| +0100 | : Amsterdam, Berlin, Bern, Rome, Stockholm, Vienna (UTC + 1:00) | ||
| +0200 | : Eastern Europe (UTC + 2:00) | ||
| +0900 | : Osaka, Sapporo, Tokyo (UTC + 9:00) | ||
| +0800 | : Hong Kong SAR (UTC + 8:00) | ||
| +0700 | : Bangkok, Hanoi, Jakarta (UTC + 7:00) | ||
| +0300 | : Baghdad, Kuwait, Riyadh (UTC + 3:00) | ||
| +0200 | : Israel (UTC + 2:00) | ||
| ||||
| ||||
| +0200 | : Jerusalem (UTC + 2:00) | ||
| +0300 | : Nairobi (UTC + 3:00) | ||
| Example: |
| ||
| SmtpSetTimeOffset | |||
| Remarks: |
| ||
| SmtpSetTimeOffset should be called to configure | |||
| with the correct time. Some SPAM detectors may mark an | |||
| timezone is not correctly reported. | |||
| ||||
| information. If you have included | |||
| device for | |||
| ured correctly. |
| ||
|
|
| ||
SmtpSetServer | Syntax: |
| ||
Sets your SMTP | SmtpSetServer(CHAR Server[]) | |||
Server Name for your | SmtpSetServer has these arguments: | |||
use. | ||||
Server: | String containing the name or IP of your | |||
| ||||
| SmtpSetServer does not return a value. | |||
| Example: |
| ||
| SmtpSetServer('mail.amx.com') | |||
| Remarks: |
| ||
| SmtpsetServer should be called in DEFINE_START of your application. | |||
|
|
|
|
9 |
| |
|
|
|