SendMail (FB)¶
FUNCTION_BLOCK SendMail EXTENDS CBM.ETrigTo
The “SendMail” function block establishes a connection to the specified email server and sends all given information to the server. An optional attachment can be added. To change the buffer size for reading a file the parameter “iBufferSendAttachment” can be changed by selecting the library in the library manager.
- InOut:
Scope
Name
Type
Comment
Inherited from
Input
xExecute
BOOL
Rising edge: Action startsFalling edge: Resets outputsIf a falling edge occurs before the function block has completed its action, the outputs operate in the usual manner and are only reset if either the action is completed or in the event of an error. In this case, the corresponding output values (xDone
,xError
) are present at the outputs for exactly one cycle.ETrigTo
udiTimeOut
UDINT
Defines the time (µs) after which an FB (e.g. requiring an external acknowledgement) aborts operation due to a timeout with error message.
ETrigTo
Output
xDone
BOOL
TRUE
: Action successfully completedETrigTo
xBusy
BOOL
TRUE
: Function block activeETrigTo
xError
BOOL
TRUE
: Error occurred, function block aborts actionFALSE
: No errorETrigTo
Inout
ServerFB
Input
userInfo
Login name and password for the SMPTP server. If no authorization is required set userInfo.sUserName to ‘’.
mailToSend
Information about the mail to send.
mimeType
MIME_TYPE
Type of the email, whether text or html
Output
eError
Local library error ID
sServerMessage
STRING(255)
Detailed error message from the server