Este contenido no está disponible en su idioma de su preferencia.

El contenido se mostrará en otro idioma disponible. Su navegador puede proporcionar una funcionalidad para ayudarle a traducir el texto.

Sending SMS Messages From LabVIEW

Updated Jan 2, 2025

Reported In

Software

  • LabVIEW

Issue Details

I would like to send an SMS to my mobile phone from LabVIEW. Is there a way to have an SMTP e-mail VI send a message via my mobile service provider to my mobile phone?

Solution

 
  1.  Contact your mobile service provider for the e-mail address of their SMS gateway. Use this address as "Carrier" in the program below"
  2. Choose an e-mail address you would like to use for sending e-mails to this gateway. Insert the details in the "Outgoing Mail Server (SMTP)", "Email" and "Password" fields.
  3. Insert phone number, Subject and message and run the program
You can also follow the instructions in of this example


Additional Information


As a final note, the most common difficulty encountered when using LabVIEW to send e-mail is choosing the appropriate mail server. One technique to troubleshoot mail server difficulties is to use the telnet command as described in the following steps:
  1.  Go to: Start » Program Files » Accessories » Command Prompt
  2.  In the command prompt window, type: “telnet [name of server] 25” and press enter

If the connection request is accepted by the server, you can verify that the mail server is valid. Thus, using that server name in LabVIEW should be successful.