Monday, March 19, 2012

i want send all kind of phones arround world

hai,

I Want to send SMS all kind of phones arround the world,so what can i do for that pls help me...............

So, you want us to help you send spam to our phones?

Perhaps a better explanition of your problem is in order.

|||

hai james

here i order my problem

1)using webservice how to send SMS,i had some programs but i will not work.

2)i want to use console program to schedule,

3)Main thing i want know what are the datatypes,functions used for sending SMS via SMTP and how to use

|||SMS requires a special SMS modem and an SMS server to send the text messages and a subscription.

Sending EMAIL to phones using SMTP is no different than sending any other email. Stick to SMTP email.

|||

hai james,

I tried my e-mail configuration.I configured "database mail" it's in SQL .I tried TEST MAIL to all the mail service like GMAIL,YAHOO It goes,but i tried SMS it will not go,

here my design

Database Mail Profile: "our configured name"(SMTP configuration for E-Mail)

To : "mobile number with coountry code"@."service provider"

Subject : "some text"

Message : "message"

This is my E-Mail structure the above sturcture is altered for my SMS,i don't know why it will not go,you want me to change any setting or any thing else pls tell me a solution "to send SMS via database"|||You can NOT send SMS through SQL Server. Well, you can NOT do this using Database Mail. You don't have to alter anything to send MAIL to a phone. You simply send an e-mail to the phone. It arrives as a text message. That's it.|||You probably don't need the country code.

Are you sure that is the email address? My provider does not support "phonenumber@.service.com" because of all the spam. They make me create a unique email address for my phone. You will have to ask the recipient what their phone email address is.

Try just sending an email to the correct address, NOT from SQL. Then once that is working, send it from db mail.

This has nothing to do with SMS. The provider may convert the email you sent to SMS, but it is not your responsibility.

|||

hai,

i don't understand from where can i send SMS to the phone,but i tride throutgh SQL server database mail.Tell me where can i send give me a details and how to send with small example ,You said can't able to send through SQL then how can i...............

|||hai i don't know where to send SMS by using Mail service,u said send as normal mail using mobile number how to send tell me immediately......plssss|||Forget SMS.

Almost every single cell phone provider provides a method to send EMAIL using SMTP to a phone. The provider might convert that to an SMS message, but you don't need to know how that works.

Get the email address for the phone, for example 9999999999@.sprint.pcs.net, and send a regular SMTP email to it. Once that works, then you can add that email address to the DB Mail to send SQL messages.

No comments:

Post a Comment