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.
If your carrier supports receiving email messages and forward them to the handset as MMS, then simply sending an email with MIME image attachment is sufficient.
However, if you're dealing with an MMS centre (MMSC), then industry standard protocol for application<->MMSC is MM7