09-08-2009 11:46 PM
What happens when you try the SMTP functions? Or have you tried them? There are examples that come with LabVIEW. You just have to open the Example Finder to locate them. You will obviously need to provide the email addresses of the recipients.
If you use the SMTP functions, you don't need to use Outlook.
09-09-2009 01:09 AM
thanks for reply..
i have searched in example finder and also saw that email notification vi...
but my problem is i want to provide mail address of the recipient programatically...
as i mentioned earlier i want to build the system for intranetwork...
so what should i perfer?
outlook or the SMTP vis???
if i want to use outlook then what requirements will i need??right now i am not having any exchange server.
and same question for SMTP vi's...
plz reply
09-09-2009 01:37 AM
I had a gmail send vi somewhere on my pc.......maybe this would help
vi is built in LV8.6
09-09-2009 02:04 AM
cant open this vi as i m working on LV 8.5..
i may have this vi with me too...as i have got few examples on forum...
but i want to know more about server address to use SMTP vi's.
09-09-2009 06:29 AM
Pick up your phone, call your IT department, and ask for the name of the SMTP server.
For your list of mail recipients, I would suggest that you store those in a file and read them. If you need different addresses in different situations, index them with the information. You can use a spreadsheet, database, ini file, etc.