The sMAIL_INFO structure contains
information about the email notification parameters.
typedef struct
_MAIL_CONFIG { BYTE
ip[4]; BYTE
account[50]; BYTE
password[20]; sMAIL_ADDR
sender; sMAIL_ADDR
mailto[4]; DWORD
eventlevel; DWORD
notificationfornoevent; }sMAIL_INFO,
*pMAIL_INFO; |
ip
The SMTP server's IP
account
The account to login into the SMTP server
password
The password to login into the SMTP server
sender
The sender information, pointer to a sMAIL_ADDR to receives the
information
mailto
The mailto information, pointer to a sMAIL_ADDR to receives the
information
eventlevel
The event level for notification
notificationfornoevent
Indicates whether send the email when no event occurs within 24
hours
Requirements
Header |
arclib.h |
Include |
arclib.h |
See Also