LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Does any an free SMTP server know to send emails with LabVIEW?

Does anybody know an free SMTP server which can be used to send emails with
LabVIEW?
I'm looking for such an SMTP server to send emails, because in the VI I has
to name an SMTP server. Thanks.
0 Kudos
Message 1 of 8
(4,600 Views)
Hello!

I have the same question after 2 years!...Anyone has an asnwer to this?

Thanks in advance...
0 Kudos
Message 2 of 8
(4,600 Views)
Belur wrote:

> Hello!
>
> I have the same question after 2 years!...Anyone has an asnwer to
> this?
>
> Thanks in advance...

This is easy with Labview under Linux with the system exec sub-vi using for
execute the command system mail .

A-Z
0 Kudos
Message 3 of 8
(4,600 Views)
The question was not on how to do it but what is the smtp server name that needs to be used in configuring the SMTP server . It is easy in Windows also using internet tool kit provided there is a smtp server available to send mail thru. Now even free servers like yahoo have stopped acces to smtp server from outside yahoo mail
0 Kudos
Message 4 of 8
(4,600 Views)
For Windows try:

http://www.postcastserver.com

http://www.softstack.com/advsmtp.html

Also, if you have a copy of NT Server or Win2k Server you can use the SMTP server included in Microsoft's Internet Information Server (IIS)

Good Luck,

Jim
0 Kudos
Message 5 of 8
(4,600 Views)
Belur wrote:

> The question was not on how to do it but what is the smtp server name
> that needs to be used in configuring the SMTP server . It is easy in
> Windows also using internet tool kit provided there is a smtp server
> available to send mail thru. Now even free servers like yahoo have
> stopped acces to smtp server from outside yahoo mail

OK it is not a labview problem but a lan problem .
My only experience is with a SMTP server which is in my local network .
0 Kudos
Message 6 of 8
(4,600 Views)
What I am looking for is the following:

I use internet tool kits high level email VIs such as SMTP send mail etc. For this to work I need an smtp server to be configured. See attached VIs. If I am using an ISP, for example earthlink, what do I enter for the smtp mail server control?

Thanks
0 Kudos
Message 7 of 8
(4,600 Views)
To use the SMTP VIs you need to know the computer name or IP address of the computer running the SMTP server. If you signed up with earthlink then the SMTP server is probably "mail.earthlink.net" or "smtp.earthlink.net". If you install one of the SMTP servers I listed in my answer, you would simply enter "localhost" as the SMTP server. You need to ask your ISP what your SMTP servers name is.

Good Luck,

-Jim
0 Kudos
Message 8 of 8
(4,600 Views)