Plus SMTP v1.3

Anonymous
Anonymous

Plus SMTP

Allows CitectSCADA to send emails using an SMTP server.

Version
1.3

Requirements
CitectSCADA V6.10

Description
INT PLUSSMTP_CreateEmail( STRING host, STRING username, STRING password, INT port, STRING fromEmail );
INT PLUSSMTP_SetUseSSL(INT handle, bool ssl);
INT PLUSSMTP_SetEmailSubject(INT handle, STRING Subject);
INT PLUSSMTP_AppendEmailBodyText(INT handle, STRING Text);
INT PLUSSMTP_SetEmailPriority(INT handle, INT intPriority);
INT PLUSSMTP_AttachFileToEmail(INT handle, STRING Filepath);
INT PLUSSMTP_AddDestinationEmail(INT handle, STRING EmailAddress, INT intType);
INT PLUSSMTP_ExportEmailAsTextFile(INT handle, STRING OutputFile);
INT PLUSSMTP_CloseEmail(INT handle);
INT PLUSSMTP_SendEmail(INT handle, INT timeout);
STRING PLUSSMTP_GetDetailedSendError(INT handle);
STRING PLUSSMTP_GetEmailAsString(INT handle);
INT PLUSSMTP_GetEmailStatus(INT handle);

Author
Austin Scott

Submitter
Austin Scott

Attachments