googlehelper
31st May 2009, 06:00 PM
I am writing a php script that will send SMS through the various provider's email to sms gateways. I have it mostly completed but I have run into one hangup: I cannot seem to define the "from" field.
Messages will appear on my phone like this
600
user@mydomain.com Hello, this is a message
600 is the display of name and from says user@mydomain.com if i give data like phone no for the from header it gives myserver@myserverdomain.com
how do i change it
How the headers are parsed? What header do I need to manipulate to override the from field?
Messages will appear on my phone like this
600
user@mydomain.com Hello, this is a message
600 is the display of name and from says user@mydomain.com if i give data like phone no for the from header it gives myserver@myserverdomain.com
how do i change it
How the headers are parsed? What header do I need to manipulate to override the from field?