LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

SMTP email send message

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

0 Kudos
Message 1 of 5
(3,175 Views)

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.

0 Kudos
Message 2 of 5
(3,169 Views)

please can u explain more what do you mean by authentification to send email ?

 

Khaledyr

0 Kudos
Message 3 of 5
(3,160 Views)

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.

0 Kudos
Message 4 of 5
(3,152 Views)

I think I made up a word.  authentification should be authentication.  It sounded right when I was typing it!

Message 5 of 5
(3,143 Views)