Additional Information
As a final note, the most common difficulty encountered when using LabVIEW to send e-mail is choosing the appropriate mail server. One technique to troubleshoot mail server difficulties is to use the telnet command as described in the following steps:
- Go to: Start » Program Files » Accessories » Command Prompt
- In the command prompt window, type: “telnet [name of server] 25” and press enter
If the connection request is accepted by the server, you can verify that the mail server is valid. Thus, using that server name in LabVIEW should be successful.