Reported In shows products that are verified to work for the solution described in this article. This solution might also apply to other similar products or applications.
Software
- LabVIEW Full
- LabVIEW Professional
Issue Details
I would like to send an SMS to my mobile phone from LabVIEW.
How can I use the SMPT e-mail VIs to send a message via my mobile service provider to my mobile phone.
Solution
- Contact your mobile service provider for the e-mail address of their SMS gateway. Use this address as "Carrier" in the program below"
- 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.
- Insert phone number, Subject and message and run the program
Additional Information
- There are several web-based SMS gateway services which provide SMS message forwarding free of charge.
- Instead of the LabVIEW SMTP VIs you can also use the .NET as in this Example: Sending SMS (text messages) using SMTP with LabVIEW
- Go to: Start » Program Files » Accessories » Command Prompt
- In the command prompt window, type: “telnet [name of server] 25” and press enter