LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

PDA EMAIL ATTACHMENT VI - NO RESPONSE

SMTP Email Send Message (Small).vi works great on my Samsung SCH-i760 Windows Mobile 6.0 Pocket PC smartphone.

SMTP Email Send Multiple Attachments - PDA.vi will not complete on my smartphone.
It appears to timeout, then sometimes there is no error, sometimes error code 6 and 10051.

Suspect that input to attachment input on vi is the problem.
But do not know how to to isolate this problem better.

0 Kudos
Message 1 of 3
(5,432 Views)
Hi Markfrank:

Can you try SMTP Send Single attachment in a loop & see if you get the same error?

Robert
0 Kudos
Message 2 of 3
(5,406 Views)
Thank you.
It turns out, the path was the main issue.
After changing the path from "\my documents\sensordata3.txt" to "my documents\sensordata3.txt" it partially worked.
Meaning it sends the attachment just fine.
However, if a "sent from email address" is included with vi, then it do longer sends any email.
Also, if the attachment is 140kbytes, it gets truncated to 20kbytes, and is unusable.
0 Kudos
Message 3 of 3
(4,922 Views)