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:
Dim smsInstance As New sms
smsInstance.AddSubject("subject")
smsInstance.AddMessage("message")
smsInstance.AddSingle("666-999-2222", "Verizon")
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.