How To Send Free Sms With Php Api?

How to send sms using PHP? I tried 'Email to SMS' method with Aircel, Tamil Nadu, India.

  • I heard that we can send the text message as an email to the mobile service provider (Eg. sending email to for AIRCEL(TN), India) So i tried this .. The complete code i used in my php file on http://infoblitz13.com/sms/index.php is <?php $subject = "I-SMS"; $message = 'SMS From Internet - Andro Babu'; $from = ""; $headers = "From: ".$from." <".$from.">"; mail('',$subject,$message,$headers); echo "$headers <br> Mail Sent .."; ?> The mail was sent to mail-id correctly, but for sms is not received .. This is because the mail id doesnot exist. I tried this with Airtel Tamil Nadu India also .. So how can i send sms using php ..?

  • Answer:

    I also sent mail from my gmail to sms-mail-address ( ). Gmail said that Delivery to   was failed .. Please help me with a solution for email-to-sms ..

Andro Babu at Quora Visit the source

Was this solution helpful to you?

Other answers

you need messaging account for API and http://springedge.com/php-send-sms-code.html download and request for API. StartMessaging.

Pregan Sema

Related Q & A:

Just Added Q & A:

Find solution

For every problem there is a solution! Proved by Solucija.

  • Got an issue and looking for advice?

  • Ask Solucija to search every corner of the Web for help.

  • Get workable solutions and helpful tips in a moment.

Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.