Reputation: 1685
We are using SMS to send text messages to our client base but recently there has been request to send HTML content as well.
I know SMS only supports text messages and the only way I am aware of sending any type of html content via SMS is to provide a link in the message back to the HTML source.
This however is not ideally what they'd like to do and prefer to send the actual HTML content as opposed to a link.
So I'm thinking MMS would likely be the comparable route to go; however I've been unable to find any type of tutorial in C# flavor using the Twilio API (MMS).
To add, I am only "guessing" that MMS would be appropriate to send HTML content; to my knowledge MMS is generally used for support of sending photos and other types of binary content (not necessarily HTML content), especially since I haven't seen any docs that explicitly state HTML support.
Of course, I will inevitably have to communicate to the requester's of this feature that using MMS would have potential of not reaching some of their customers due that MMS isn't something that is neccessarily enabled by default on every mobile device along with the fact the level of simplicity will be removed from the equation over use of SMS.
So am I correct that MMS will support HTML content and that it is a comparable alternative to SMS links; and can anyone possibly point me in the right direction for acquiring an MMS tutorial for Twilio in C#?
Upvotes: 5
Views: 2905
Reputation: 4993
No, We can't send HTML content in SMS/MMS.
In MMS, the content that's "attached" to a MMS is fairly limited to video, audio and vcard files.
Upvotes: 5