From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

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,554 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
------------------
Heads up! NI has moved LabVIEW to a mandatory SaaS subscription policy, along with a big price increase. Make your voice heard.
0 Kudos
Message 2 of 2
(2,534 Views)