I am currently trying to send a MMS message to a cell phone (via a MMS gateway address) with a PHP script using the mail() function. I want to include a picture in the message.
I haven't found any information specific to sending MMS messages with PHP, and the information that I have found that dealt with sending email attachments was split, with some advising that I use an external package such as Mail_Mime. What would be the best way to send a picture message to a cell phone with a PHP script?
Any help would be greatly appreciated.