Sets a list of auxiliary headers that you want to send with the email. This VI overwrites any header values that you specify before this VI executes.


icon

Inputs/Outputs

  • cdlrn.png handle in

    handle in specifies an SMTP client handle that references system resources that LabVIEW uses to make SMTP requests. You can create an SMTP client handle using the Open Handle VI.

  • c1dcclst.png headers

    headers specifies a list of auxiliary headers, such as Reply-to, Precedence, and References, that you want to send with the email. The SMTP client automatically sets standard headers, such as To, From, Subject, CC, and BCC, so LabVIEW does not transmit them even if you include them in the list. Each cluster in the list specifies the following elements:

  • cstr.png Name

    Name specifies the field name of the header that appears to the left of the colon.

  • cstr.png Value

    Value specifies the field value(s) that appear to the right of the colon.

  • cerrcodeclst.png error in (no error)

    error in describes error conditions that occur before this node runs. This input provides standard error in functionality.

  • idlrn.png handle out

    handle out returns an SMTP client handle that references system resources that LabVIEW uses to make SMTP requests. You can wire this output to the handle in input of other SMTP Email VIs. Use the Close Handle VI to dispose of the handle and free system resources when you no longer need the handle.

  • ierrcodeclst.png error out

    error out contains error information. This output provides standard error out functionality.