09-03-2009 04:49 AM
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....
09-03-2009 06:50 AM
Hi Shruti G,
see this link
http://forums.ni.com/ni/board/message?board.id=170&message.id=228406&query.id=416623#M228406
Mike
09-03-2009 12:46 PM
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 ... ?
09-03-2009 01:00 PM - edited 09-03-2009 01:00 PM
09-03-2009 01:24 PM
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.
09-03-2009 01:44 PM
09-07-2009 01:13 AM
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??
09-07-2009 08:51 AM
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.
09-08-2009 11:15 PM
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.........
09-08-2009 11:44 PM