| Author |
Message |
noname1986
Joined: 14 Oct 2006 Posts: 14
|
09 Nov 2006 4:49 sending sms via internet |
|
|
|
i hear some information that SMS can be deliver via internet using SMTP or others ways. Can someone give me some information about that?
Thank you
|
|
| Back to top |
|
 |
nikhilele
Joined: 11 Jan 2006 Posts: 535 Helped: 20 Location: Bangalore India
|
09 Nov 2006 6:13 sending sms via internet |
|
|
|
yes it is possible
try www.rediffmail.com
and www.sms.ac.in
|
|
| Back to top |
|
 |
noname1986
Joined: 14 Oct 2006 Posts: 14
|
10 Nov 2006 17:56 Re: sending sms via internet |
|
|
|
hello nikhilele....
how can i build an application using delphi/visual basic to make client to send sms using SMTP? it's a free sms or not? can you give me some documentation or source program to a make this application?
tank you for your help
|
|
| Back to top |
|
 |
budhy
Joined: 21 Oct 2006 Posts: 837 Helped: 185 Location: Indonesia
|
14 Nov 2006 15:50 Re: sending sms via internet |
|
|
|
You can build your SMS gate way as this :
Use ICS to get email from Delphi, then sent the email as SMS via cell phone which cennected to PC via Serial Port
but you pay the SMS fee
The Internet Component Suite (ICS)
http://www.overbyte.be/
is composed of various Internet components and applications. It is distributed as freeware with full source code for all Delphi and C++Builder versions.
The sample applications exists in two forms: Object Pascal for Delphi and C++ for C++Builder. The components are written in Object Pascal native VCL which can be compiled by Delphi as well as C++Builder.
|
|
| Back to top |
|
 |
nikhilele
Joined: 11 Jan 2006 Posts: 535 Helped: 20 Location: Bangalore India
|
15 Nov 2006 8:56 sending sms via internet |
|
|
|
If you want to change your main track then.
The other method is USE GSM modem to send and recieve SMS more reliable option.
|
|
| Back to top |
|
 |