How to send MMS with MM4 using Java? -


please let me know, there way send mms messages using mm4 protocol in java?

i found sample projects sending sms , mms messages on google , github have used mm7 protocol send messages. if there free apis, please let me know them too.

mm4 interface used mmsc-to-mmsc connectivity. when send mms recipient outside home mobile network message sent mmsc on mm4 recipients mmsc.

mm4 based on smtp additional mms specific headers. operators don't use public internet mm4, go through vpn.

to send message on mm4 need construct email message in correct format , send mmsc's smtp port. there ton of examples on internet on how send email java or other language of choice.

for specific mms headers, ask operator sample message dump or check out mms related specs from:

3gpp (http://www.3gpp.org/component/itpgooglesearch/search?q=mm4) (see 23.140)

oma (http://technical.openmobilealliance.org/technical/release_program/mms_v1_3.aspx)


Comments

Popular posts from this blog

android - Get AccessToken using signpost OAuth without opening a browser (Two legged Oauth) -

org.mockito.exceptions.misusing.InvalidUseOfMatchersException: mockito -

google shop client API returns 400 bad request error while adding an item -