Results 1 to 31 of 31

Thread: Sending SMS from an application

Threaded View

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Feb 2006
    Posts
    607

    Sending SMS from an application

    I've created this very very simple class to incorparate the SMStoemail functionality.

    Updated June 15, 2008


    I am unable to post the whole class here because its too long and vb won't let me so I am uploading it as a text file.

    To use it:


    vb Code:
    1. Dim smsInstance As New sms
    2.          
    3.       smsInstance.AddFromEmail("[email protected]")  
    4.       smsInstance.AddSubject("subject")
    5.       smsInstance.AddMessage("message")
    6.       smsInstance.AddSingle("666-999-2222", "Verizon")
    7.       smsInstance.SendAll()

    I've tried using it with GMAIL's SMTP settings but gmail seems to reject some carriers. So its preferred to use your own.

    It also supports email reply however the FROM_EMAIL has to be set and only certain carriers support it.

    THANKS!

    note: the providors.txt has all the providors from wikipedia. I've only used some of them.
    Attached Files Attached Files

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width