LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

email with data

Dear all,

I found an example called 'email with data' in labview . When I tested it, I type in the smtp from this link http://www.bu.edu/pcsc/email/remote/smtplist.html, but it came out the following error. Could anyone please help me to solve it?

thanks
0 Kudos
Message 1 of 4
(2,956 Views)
Hi,
You can try this one from openG
Hope it helps!! It did a good job
for me.
ohiofudu.
Certified LabVIEW Architect
Certified TestStand Architect
0 Kudos
Message 2 of 4
(2,929 Views)
Sorry here is the vi.
Certified LabVIEW Architect
Certified TestStand Architect
0 Kudos
Message 3 of 4
(2,925 Views)
Hi Sai,

My guess is that you are not allowed access to the mail server. However, to find out what the issue is, please follow these instructions:

  1. From the VI Hierarchy, find and open the subVI called "SMTP Email Command.vi"

  2. Go to VI Properties for the subVI and disable the "reentrant" option under "Execution"

  3. Place a probe on the "reply string" output from "SMTP Email TCP Read xTP Reply.vi" (the gray VI)

  4. Enable Highlight Execution in "SMTP Email Command.vi"

  5. Run your "email with data.vi" and keep an eye on the communication with the server, shown by the probe

This way, you should see exactly what is causing the error.
- Philip Courtois, Thinkbot Solutions

Thinkbot Solutions
0 Kudos
Message 4 of 4
(2,905 Views)