07-19-2007 02:43 AM
07-19-2007 02:55 AM
07-19-2007 03:22 AM
07-19-2007 07:33 AM
First, you can use the VIs that Bill mentioned. They come with LV.Hope this helps...
Second, you can use a ActiveX control that implements SMTP, like the one from Ostrosoft. I can send you drivers for it, and have had more luck using it in situations where I needs to get emails past corporate spam filters.
Third, depending on the database you are using, the database might be able to send the emails directly. For instance Oracle and SQL Server bith support this sort of functionality.
07-19-2007 08:49 PM
Hi Mikeporter,
Thank u so much for your reply.
I could not use the example vi that Bill mentioned as i am using Labview 8.0.
With LV 8.0 also there got one email example-shock absorber performance report.vi but when i was using that i was getting the following error.
"A program is attempting to send email message on your behalf.Would you like to send this message."
If i click ok also,i was not able to send the message even i was trying to send to out look express.
I will have to use MS Access application development environment/MySQL
Can u please help me by providing guidelines using ActiveX control that implements SMTP.Can u send me the drivers also if possible?
Thanks once again
07-20-2007 11:00 AM
ping <the IP address or server name you are wanting to use>You should get a series of responses back indicating how long it took to communicate with the address. These checks are important because the last time I looked at the SMTP code that NI shipped timeouts are not considered important enough to tell you about. As a result the connection to the SMTP server could timeout and the code would not tell you that the message wasn't sent.
07-21-2007 12:38 AM
07-21-2007 11:02 AM
07-27-2007 08:21 PM
07-27-2007 09:38 PM