locked
send sms using internet connection RRS feed

  • Question

  • from fpw2.6 i have txt file (phone number,text massege),

    i want program to run as a service if text file there then connect to sms provider to send sms using internt connection

    Thursday, October 2, 2014 8:49 AM

Answers

  • You could do so as shown here: http://www.example-code.com/foxpro/sms_send.asp

    Once you know the mail gateway to use for the phone number, you can use any way to send mails to send SMS.

    You find further results googling VFP SMS.

    Bye, Olaf.


    Olaf Doschke - TMN Systemberatung GmbH http://www.tmn-systemberatung.de

    • Proposed as answer by Tom BorgmannEditor Friday, October 10, 2014 9:37 AM
    • Marked as answer by Carl Cai Friday, October 17, 2014 9:56 AM
    Saturday, October 4, 2014 6:18 PM

All replies

  • calling the api of some website to send sms? and the key issue is how to check where there is a text file by service?

    remember make the reply as answer and vote the reply as helpful if it helps.

    Friday, October 3, 2014 9:52 AM
  • yes the foxprow program generate the text file and the service read the text file and call the api to send sms

    i prefer the service written by visual fox prow

    Friday, October 3, 2014 1:47 PM
  • You could do so as shown here: http://www.example-code.com/foxpro/sms_send.asp

    Once you know the mail gateway to use for the phone number, you can use any way to send mails to send SMS.

    You find further results googling VFP SMS.

    Bye, Olaf.


    Olaf Doschke - TMN Systemberatung GmbH http://www.tmn-systemberatung.de

    • Proposed as answer by Tom BorgmannEditor Friday, October 10, 2014 9:37 AM
    • Marked as answer by Carl Cai Friday, October 17, 2014 9:56 AM
    Saturday, October 4, 2014 6:18 PM