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.
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
> 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 .
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?
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.