LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Using the Internet Toolkit

I am able to successfully send an e-mail using the Internet Toolkit; however, the "message" is always empty (the text string wired to message in my VI does not appear in the e-mail). I have tried different types of Email VIs and I always have the same problem. I am running Windows and I have charset=us-ascii. What am I missing?
0 Kudos
Message 1 of 4
(2,770 Views)
As I recall this was an old bug that I patched in my code some time ago. Unfortunately I don't remember what the exact problem was. Send me your email address and I'll send you a VI that I know works.

Also, are you needing to include attachments?

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 4
(2,770 Views)
Thanks for the info. Yes, I am including attachments. My e-mail address is kelmhurst@watsonhenry.com.
0 Kudos
Message 4 of 4
(2,770 Views)
ELMHURST,

Do the shipping examples in \examples\internet\ftp_smtp.llb work to sent an e-mail message? This is where I would start. If these examples work fine, then it is something in the code. If they do not work, then I woulg go back through the Internet Toolkit manual and make sure that everything is configured properly.

Another possibility is that the toolkit does not put a blank line between the header and the message body (tat is fixed a future version of the toolkit). Try adding another \r\n at the end of the format string in SMTP Send Message Header.vi and see if that fixes things.

Randy Hoskin
Applications Engineer
National Instruments
http://www.ni.com/ask
0 Kudos
Message 3 of 4
(2,769 Views)