473,399 Members | 3,919 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,399 software developers and data experts.

Sending email as MMS and SMS to mobile from php

Hi,
i will allow user to enter their email address in my application.i will send some message with jpeg image attachment as mail to their specified email id.

If user enter yahoo,gmail,rediff account id.They able to receive my email.When user enters SMS and MMS email ID(to get my email in their mobile).they are able to receive SMS but not MMS.

i think the MIME type that i am using is not supported by MMS- but i am not sure

My eMail MIME structure:

MIME version: 1.0
Content-Type: multipart/mixed; boundary="12345"
this is my plain text
--12345
Content-Type: text/html; charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
<p>This is My HTML message</p>
--12345
Content-Type: image/jpg; name="barcode.jpg"
Content-disposition: attachment; file="barcode.jpg"
Content-Transfer-Encoding: base64
<base64_encode jpg image binary data>
--12345--


i need 1 common email MIME format that will support both mobile and web email users.
i am looking for some help
A.suresh
Jul 25 '07 #1
0 1961

Sign in to post your reply or Sign up for a free account.

Similar topics

1
by: VMI | last post by:
I'm interested in developing an application that will send an SMS message to a mobile phone, but I'm not sure where to start. The purpose of the application would be to send an SMS message to a...
2
by: John | last post by:
Can anyone help me in coding a script that can send a text message typed to the script like. sendmessage 6318019564 "test message" What I want to do is fill up this information on this...
8
by: Mike9900 | last post by:
We appreciate if you let us know how to send SMS using .NET. -- Mike
3
by: John | last post by:
Hi We have a staff database app that also stores staff pictures with each staff record. I have been asked to design something so we can send pictures of staff to people's mobiles when they need...
3
by: senthurganesh | last post by:
Hai Am Developing SMS Sending Application using C#.Net. MY Problem Is Sending SMS via COM3.But It Throw Different Exception . Till Now Am Didn't Face That Problem. Am Connect The Mobile...
6
by: cnsabar | last post by:
Hi., I am using following code to send sms through e-mail use Mail::Sendmail; %mail = (To => '10digitMobileNo@airtelkk.com', From => "mymail\@company.com", Message =>...
1
by: libish | last post by:
hi all.. can any one help me in sending an sms from my mobile through a c#.net program? i kno there is a class called Microsoft.WindowsMobile.PocketOutlook.SmsMessage class to send an SMS but...
2
by: kayox007 | last post by:
hello everyone am really having problems sending mails with coldfussion i configured my cf administrator > mail as follows server: smtp.mail.yahoo.co.uk username ***.***@yahoo.co.uk password:...
8
by: nargis2009 | last post by:
Hi, I have been encountering problems with my web page which is supposed to send email, and wondered if anybody can help find error. Initially I had all codes in one page and on click of...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.