I am trying to build an app that is loosely based on the code given in this link: https://www.twilio.com/help/faq/sms/how-do-i-build-a-sms-keyword-response-application My question is how can I make it so it sends MMS messages back to the sender instead of SMS? I want to be able to send .gifs and .jpegs from a URL link, but without having to actually go to the link. I'm writing it all in php if that also helps.
I've found a lot of resources about SMS, but the material for MMS seems sparse. Any help is appreciated.