LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

how to send email in labview in intranet network

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.

0 Kudos
Message 11 of 15
(884 Views)

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

0 Kudos
Message 12 of 15
(874 Views)

I had a gmail send vi somewhere on my pc.......maybe this would help

 

vi is built in LV8.6

-FraggerFox!
Certified LabVIEW Architect, Certified TestStand Developer
"What you think today is what you live tomorrow"
0 Kudos
Message 13 of 15
(865 Views)

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.

0 Kudos
Message 14 of 15
(859 Views)

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.

Message 15 of 15
(844 Views)