Entering a new line into an SMS message
October 8th, 2009
Sometimes it will be neccessary for your text messages to carry a newline to break up content. In order to do this you will need to send a url escaped carriage return character, followed by a url escaped line feed character.
Please find the particular url escaped string below:
%0D%0A
%0D
is the carriage return.
%0A
is the line feed.
If you have any questions on this, please let us know, either by mail to smsapi@hostingireland.ie or on our forum or comment below.