How do I add a line break in my Twilio SMS message?
If you are using an official Twilio library, the proper syntax is \n
.
In your case, this should work:
var body = "Hello from Govind Singh Nagarkoti! \n Your verification code is " + code
Use %0a , it might be helpful.
Reference :http://www.twilio.com/help/faq/sms/how-do-i-add-a-line-break-in-my-sms-message