LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

how to send email in labview in intranet network

hii all...

i am quite new to networking concept in labview...

i want to develop a ayatem where on completion of particularevent an email will be sent to concerned person regarding the completion of task...ans the email should be autogenerated....meaning that on completion of task directly email should me send to concerned persion programatically......This system will work for office only...

 

i have tried to send email by using outlook...but i m having doubts..

 

1)when i send mail using outlook in labview it is shown in outbox(of outlook) but the sent mail i didnt receive in inbox.i have not created the account on outlook.is the problem is related to this?

 

2)what server address should i give if i want to use SMTP vi's??

 

 

plz help me regarding this...

thanks....

 

0 Kudos
Message 1 of 15
(4,597 Views)

Shruti G wrote:
 

2)what server address should i give if i want to use SMTP vi's??


The same server that Outlook connects to. Do you have an internal server or an external server (i.e., one provided by your ISP or perhaps your domain name hosting service)? If it's internal is it a POP server, or MS Exchange, or ... ?

0 Kudos
Message 3 of 15
(4,558 Views)
**** message deleted****
Message Edited by muks on 09-03-2009 11:30 PM
0 Kudos
Message 4 of 15
(4,554 Views)

smercurio_fc wrote:

Shruti G wrote:
 

2)what server address should i give if i want to use SMTP vi's??


The same server that Outlook connects to. Do you have an internal server or an external server (i.e., one provided by your ISP or perhaps your domain name hosting service)? If it's internal is it a POP server, or MS Exchange, or ... ?


One relatively easy way to figure this out is to Google "MX Lookup".  Go to one of those sites and enter the name of your domain, e.g. "somecompany.com".  The MX lookup page will return the name and/or IP of the SMTP server for the domain.  The MX lookup retrieves DNS information for the domain that is used to route email between servers.

 

0 Kudos
Message 5 of 15
(4,545 Views)
I should probably qualify my statement since it's too late to edit it:  The MX lookup will return the mail server(s) for the domain, which may or may not be SMTP server(s).  Most often this method has worked well for me, though.
0 Kudos
Message 6 of 15
(4,534 Views)

thanks jim...i have done that by using MX Lookup and got the server address of office website...

 

should i use the same server address in SMTP's vis???

 

and also in outlook do i need to create an account to send mail in intra network??

 

0 Kudos
Message 7 of 15
(4,470 Views)

Shruti G wrote:
should i use the same server address in SMTP's vis???

Yes.


and also in outlook do i need to create an account to send mail in intra network??

The SMTP VIs do not use Outlook. They talk directly to the SMTP server. The accounts are created at the server, not in Outlook. When using Outlook you configure it to access an already existing email account. 

Message 8 of 15
(4,444 Views)

i want to send auto generated mail to the concerned person...

for eg:if the complaint is lodged for the particular department ,that department head will automatically get the mail notifying him about the complaint...

 

plz tell me how can i send e-mail directly in labview without user interaction...

 

also plz tell me in detail as how to use outlook in labview.i m still not very clear about it..........

thanks in advance.........

0 Kudos
Message 9 of 15
(4,398 Views)
Search the Example Finder in LabVIEW for "E-mail"
0 Kudos
Message 10 of 15
(4,386 Views)