11-14-2005 09:30 AM
12-15-2005 04:00 AM
I want to send mails using my Lotus Notes, its the only thing configured on my (in fact everyone's) machine.
I am using : SMTP Email Send Message.vi and getting the error as { TCP Read in SMTP Email TCP Read xTP Reply.vi->SMTP Email Command.vi->SMTP Email Open Session.vi->SMTP Email Send Message.vi->send mail.vi } error code 66... since I am very new to these mail sending concepts, I would like to know
1. if I should keep my lotus notes ON/OFF while performing the operation
2. and secondly, what are the settings that I need to take care so as to send my mails properly
12-15-2005 09:54 AM
1. You don't have to have Notes open.
2. Get the right mail server name from your IT staff. Use that for the 'mail server' input of the VI.
Regards,
-Khalid
12-15-2005 11:53 AM
12-15-2005 10:07 PM
02-04-2006 07:00 PM
04-20-2006 09:57 AM
how to get the Vi provided above to send with attachment?
thanks
04-20-2006 11:11 AM
04-20-2006 12:11 PM
oh, sorry
I tried the Send Email Sub.vi which some one posted earlier and just wondering how to make it to send with an attachment. I am using LV6.1 so there is a limmitation of functions and Help section. I knew some later versions of Labview have function to send email and such.
Thanks
04-21-2006 01:56 PM - edited 04-21-2006 01:56 PM
You're almost there! In the Mail Item property node you'll see a property called Attachments, which outputs a refnum. Wire that refnum into an invoke node and select the Add method as shown below. I haven't tested it, but something very similar should work just fine for you.
Message Edited by Jarrod S. on 04-21-2006 01:57 PM