Use the SMTP Email VIs to send electronic mail, including attached data and files, using the Simple Mail Transfer Protocol (SMTP). LabVIEW does not support authentication for SMTP. You cannot use the SMTP Email VIs to receive information.
![]() | Note The SMTP Email VIs, except the SMTP Email Message (Small) VI, use UTF-8 encoding to send electronic mail. |
Refer to the Internet Mail Consortium for more information about SMTP industry standards.
The VIs on this palette can return SMTP email reply codes.
Refer to the examples\comm\smtpex.llb file for examples of using the SMTP Email VIs.
| Palette Object | Description |
|---|---|
| SMTP Email Send Data | Sends an email with attached data to a list of recipients. |
| SMTP Email Send File | Sends an email with an attached file to a list of recipients. |
| SMTP Email Send Message (Small) | Sends a text email to a single recipient. You can use this VI only with ASCII characters. |
| SMTP Email Send Message | Sends a text email to a list of recipients. |
| SMTP Email Send Multiple Attachments | Sends an email with multiple file and data attachments to a list of recipients. |