|
|
|
| ||||||||||||||||||||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
SMS via PHP
I just found out that you can send sms by just emailing it to the phone number.
I created this script and it works. PHP Code:
Now I get the message on my phone but it has the text at top saying "myhost@host207.bluehost.com" and then it shows the message when I tried emailing the same thing using my gmail account, it only showed my email address and the message. How can I modify this script so it displays my email instead of the host email. Thanks Last edited by kartiktalwar : June 23rd, 2009 at 06:20 PM. |
|
#2
|
||||
|
||||
|
Try adding a reply-to header, along with your From header.
|
|
#3
|
|||
|
|||
|
No, adding a reply to header doesnt work
|
|
#4
|
|||
|
|||
|
I use this a lot, and I always just simply use:
PHP Code:
For instance. Good luck getting an SMS message to show you the Sender's Name.
__________________
Sir, a desire of knowledge is the natural feeling of mankind; and every human being, whose mind is not debauched, will be willing to give all that he has to get knowledge. |
|
#5
|
|||
|
|||
|
No,
Its still the same. It still shows my host provider's email on the message but when I just send an email with gmail it shows my gmail email as the 1st line of the message |
|
#6
|
|||
|
|||
|
It's probably an issue with the provider's mail server.
|
![]() |
| Viewing: Codewalkers Forums > PHP Related > PHP Coding > SMS via PHP |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|