Posted: Wed Oct 24, 2007 9:23 am Post subject: Line Feed Problem for SMS email message
Hello sir,
I am facing some problem while sending SMS and MMS email message to moble device using PHP and HTML.
MMS email message is displaying fine with proper linefeed.but SMS message is displaying without line feed.i heard SMS doesnot support HTML.but i attached '\r\n' to my SMS message.but its not working.
while i am receiving MMS in my mobile.i am receiving as HTML message.but in case of SMS,i am receiving as HTML message but not plain text message.i am little bit confused.Any one help me.
I attached my source code.
--------------------------------------
Code:
$plain_message = "this is the \r\n text message\r\n";
$html_message = "this is \r\n<br/> HTML message\r\n<br/>";
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum