Click here to Skip to main content
15,909,645 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I am using c#.net winfoms.

In my application I want to send & receive SMS & Emails through internet. Is it possible to send the sms through internet.

For Emails sending i am using SMTP server but some time it work or some time not.Please late me know where i am doing the mistake? & provide me the proper code.

Thanks in advance
Posted
Comments
Al Moje 4-Oct-11 0:58am    
Some time it work or some time not...
Could you post your code so that we could defects...

1 solution

Hello friend..

1) sending SMS over Internet..

for sending SMS using internet connection you need to access a webservice provided by your SMS service provider..

some times its free or mostly you need to pay a cost as per SMSs you send..

once you got your service then it's easy to send the SMS using internet connection.

* just add web refrence of your service and using that refrence and its object.
you can directly call its method to send SMSs..


2) Email over internet using SMTP..

first of all i cant understand what you say, some time email will be send or some time its not sending using smtp..

so for your corection of code you need to post you code using which you send Email...

so we can correct you code if any error there, and also provied the error message when you try to send mail and it will not send..
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900