LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

SMTP email error 1172 File Not Found

I am trying to get the SMTPClient to send an attached .bmp file. However, I keep getting the following error (error.jpg). I think that I have all of the SMTP inputs set up fine, and the attached .bmp file is being created a frame before I attempt to send the email, so I don't know how the file can not be found. 

 

Any suggestions??

Download All
0 Kudos
Message 1 of 3
(2,534 Views)

Two things I noticed is that in the error message the path listed is not a path to a file, but a path to a directory. Second, the code in the first sequence frame supposedly saves the file. Of course you don't know if it really happened because you don't have error cluster connected. Third, the path to the invoke node isn"t wired, but the path for making the attachment gets its path from a local variable of something.

Mike...


Certified Professional Instructor
Certified LabVIEW Architect
LabVIEW Champion

"... after all, He's not a tame lion..."

For help with grief and grieving.
0 Kudos
Message 2 of 3
(2,504 Views)
Oh yes, and lose the sequence structure.

Mike...

Certified Professional Instructor
Certified LabVIEW Architect
LabVIEW Champion

"... after all, He's not a tame lion..."

For help with grief and grieving.
0 Kudos
Message 3 of 3
(2,496 Views)