Plus SMTP

Anonymous
Anonymous

Plus SMTPr

Allows CitectSCADA to send emails using an SMTP server.

Version
1.2

Requirements
Citect Scada Version 6.10

Description

Citect Utilities SMTP Connection DLL Interface Functions. Allows CitectSCADA to send emails using an SMTP server. Can attach large binary files for sending reports / PDFs. Is capable of connecting to an SSL enable SMTP servers.

Function List:
INT Init();
INT Deinit();
INT test();
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);

Author
Austin Scott

Submitter
Austin Scott

Attachments