11-02-2010 04:13 PM
Hello every one
i want to send email by labview using SMTP email send message this feature require mailserver and i tried to put for the first time the IP and in the second time the PC name but in the two times it gives me errors like 61,63 and 53 what should i do ???
Khaledyr
11-02-2010 04:28 PM
Talk to your IT guy and see what the e-mail server name is for outgoing SMTP e-mail. Also see if you require authentification to send an e-mail because the LabVIEW VI's won't work with servers needing authentification.
11-02-2010 05:39 PM
please can u explain more what do you mean by authentification to send email ?
Khaledyr
11-02-2010 06:11 PM
These days most properly-configured SMTP servers will not relay mail (accept mail from one machine and send it to another smtp server somewhere else) unless the initial connection is authenticated. Sometimes the SMTP server will allow relaying but only from a certain range of addresses. These measures are necessary to prevent spam from being sent through the SMTP server. If you need to enter a username and password to send mail (even if they're saved in your mail program so you don't have to enter them every time), then your mail server requires authentication to prevent anyone without a valid account on the SMTP server from using it as a relay.
11-02-2010 11:31 PM
I think I made up a word. authentification should be authentication. It sounded right when I was typing it!