LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

SMTP Email with Attachments Issue

I am running LabVIEW 2013 SP1 for Mac.  I am using the lower-level VI's to send an email because I need attachments, specifically 2 text files.  If I try to send a file that is any larger than 54 bytes, then I get Error 363514, with the source:

 

LabVIEWSMTPClient.lvlib:Send.vi:2280001<APPEND>

 

<b>Complete call chain:</b>

   LabVIEWSMTPClient.lvlib:Send.vi:2280001

   SendEmail.vi

 

Why the random tiny size limit, and any way around it?  Thanks.

0 Kudos
Message 1 of 2
(2,966 Views)

If you have time and want to make a small toolkit, you can use .NET to create an SMTP mailer.  If you create a .NET constructor node, select the System 2.0 assembly and look for SmtpClient.  Look online for the steps needed to do this in a text based language and follow a similar flow within Labview. 

aputman
0 Kudos
Message 2 of 2
(2,946 Views)