472,981 Members | 1,108 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,981 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 1942

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
by: lllomh | last post by:
Define the method first this.state = { buttonBackgroundColor: 'green', isBlinking: false, // A new status is added to identify whether the button is blinking or not } autoStart=()=>{
0
by: Aliciasmith | last post by:
In an age dominated by smartphones, having a mobile app for your business is no longer an option; it's a necessity. Whether you're a startup or an established enterprise, finding the right mobile app...
0
tracyyun
by: tracyyun | last post by:
Hello everyone, I have a question and would like some advice on network connectivity. I have one computer connected to my router via WiFi, but I have two other computers that I want to be able to...
2
by: giovanniandrean | last post by:
The energy model is structured as follows and uses excel sheets to give input data: 1-Utility.py contains all the functions needed to calculate the variables and other minor things (mentions...
4
NeoPa
by: NeoPa | last post by:
Hello everyone. I find myself stuck trying to find the VBA way to get Access to create a PDF of the currently-selected (and open) object (Form or Report). I know it can be done by selecting :...
1
by: Teri B | last post by:
Hi, I have created a sub-form Roles. In my course form the user selects the roles assigned to the course. 0ne-to-many. One course many roles. Then I created a report based on the Course form and...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 1 Nov 2023 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM) Please note that the UK and Europe revert to winter time on...
0
isladogs
by: isladogs | last post by:
The next online meeting of the Access Europe User Group will be on Wednesday 6 Dec 2023 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, Mike...
4
by: GKJR | last post by:
Does anyone have a recommendation to build a standalone application to replace an Access database? I have my bookkeeping software I developed in Access that I would like to make available to other...

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.