0
votes
1answer
14 views

how to email file from documents directory of iphone app

I am saving file documents directory after that i want to send that file in email but problem is that it doest not get attached i think problem is due path conflict or anything else here is the code ...
-1
votes
3answers
39 views

how to attach any document in email in iphone app

I am sending email from iphone app it is working fine but i want that with email i should attached a pdf file which is documents folder of the app.for testing first i attached a png from resources ...
-1
votes
0answers
13 views

Unable to connect to Microsoft Exchange server in iphone via any API/SDK

How to connect to Microsoft Exchange server as it happens in Mail+/Sparrow(iphone).I am using chilkat and MailCore. Chilkat is connecting to most of the servers like GMAIL (IMPA/POP) etc. and also ...
0
votes
1answer
48 views
+50

How to retrive the .xml extension attachments from mail by using MailCore to Sample iPhone app

How to retrieve the .xml extension attachments from mail by using MailCore for iphone? I used MailCore to download the attachments from my mail to my sample iPhone app. I getting Inbox subjects ...
0
votes
1answer
27 views

iPhone Mail Making Table Gap (Pseudo Line Break) Really Big

I'm having an issue where the following code displays fine everywhere, but gets interpreted by mail on an iPhone as a massive vertical space. Any help would be greatly appreciated. Thanks, Andy. ...
0
votes
0answers
269 views

Image links not working in iPhone mail app

I have a mail signature containing images with links. It is a .htm file which I import in Outlook or Thunderbird. Everything works properly except on the iOS mail app, which opens a window with ...
1
vote
2answers
356 views

HTML Email signature NOT rendering correct only on iPhone

this is actually the first time I post a question, but I usually "always" find the answers here. You guys are great!... Here's my issue (belive me I have tried to find an answer). I have created an ...
0
votes
0answers
124 views

HTML emails not working correctly with iPhone email client

I have been working on an custom HTML emailer, but I can't seem to get the images to be clickable when opened on my iPhone's email. Someone has already suggested getting rid of ...
0
votes
0answers
89 views

'webkit-text-size-adjust' not working when sent from Outlook 2010 - HTML email signature

I'm ready to explode with frustration with a HTML email signature I am building, it's fine when attaching the signature using Thunderbird, but sending from outlook 2010 (which my client uses to send ...
1
vote
0answers
69 views

Send Email using smtp server from iphone using phonegap plugin

I have searched for email sending from iphone using smtp server but I just find the Email composing and send email plugin. Need Plugin for sending mail without composing mail. Can someone help me?
0
votes
0answers
47 views

Apple Mail App is pulling html instead of text for the email preview (email snippet)

I attached an image. I tried multiple things but cant get around the issue. I tried alt tags with a ghost image at the start of the email, I tried comments, and other random hacks but couldn't get ...
0
votes
1answer
158 views

iOS - add contact into Contacts?

Heyo! Is there a way how when a user taps a button it can add or update a contact into the actual Apple Contacts Book? Some festivals have email responses include a "name card" that the receiver can ...
0
votes
1answer
77 views

MFMailComposeViewController email to field limit 40 in iphone

I am using MFMailComposeViewController for sending emails. Mine is universal app and toField of email is having 2 mail ids. (1) Each email id is around 30 characters long. In iPhone I see it as "+2 ...
0
votes
1answer
58 views

Can developers access unread mail in Mail app?

I'd like to show a list of recent unread messages in my app, and was wondering if I could do this without spending all the time to make my app work with email services? Or is there an open source ...
0
votes
0answers
157 views

iPhone html signature too large when sent from outlook

When I create an html signature in outlook(2010 pc) and send an email to an iPhone, the font is way too large. It works fine on any other device... I have tried using -webkit-text-size-adjust:none; ...
1
vote
1answer
82 views

PHP email content different on PC and iPhone

I send an email (in HTML format) in PHP using the phpmailer library. My email is displayed correctly on PC and iPhone, no accents or other problems. But I noticed a concern in content: Indeed, the ...
1
vote
3answers
120 views

Edit iOS notes via IMAP

I'd like to create and edit notes created by the iOS Note app programmatically from the server-side. I can see the notes created by the iOS device in my IMAP folder but any changes I make won't show ...
0
votes
2answers
63 views

Is it possible to block specific mail accounts on iOS in a third-party app?

I am thinking about creating a very simple iOS app that depending on what you select inside the app would block specific mail accounts in your Mail app on your iOS device. For example, you could ...
0
votes
1answer
94 views

PHP Email On iPhone Not Displaying Correctly

I have a form that sends an email to the website owner and the form submitter. It looks great everywhere but on an iPhone it includes all of the html code. Here is my code to process the form: ...
0
votes
1answer
50 views

Facebook app doesnt get email and birtday iPhone

I have created new app on facebook and set permission email and birthday. When i click on preview it says Basic information, Email and birthday will be taken as expected but when i run it on my iphone ...
0
votes
2answers
96 views

iOS access recent emails

I know this is likely to be answered "sorry buddy", but is there a way i can access my recently sent emails from another iOS app? I really don't need the contents of the emails just the addresses. ...
1
vote
1answer
78 views

How to open mail within the app from webview?

This is my code.. if ([ [ requestURL scheme ] isEqualToString: @"mailto" ]) { MFMailComposeViewController *composer = [[MFMailComposeViewController alloc] init]; [composer ...
-1
votes
3answers
127 views

Can i access iOS mail app data?

Is there a way using which i can access attachments downloaded though the iOS Mail app? I need to access photos or other documents in my app.
0
votes
0answers
68 views

Not shown the email content on iOS, shown a large quantity of numbers and letters

I have my own email sender. I can send all kinds of campaigns and they show good over the most commons browsers, mobile browsers (android, iOS) and isp's (hotmail, gmail, yahoo), etc. But when I send ...
-2
votes
1answer
147 views

Sending email from Objective c using an specific email account [closed]

We need to send an email directly form an App, but using the specific company e-mail account. That is, a user may have several e-mail accounts in his iphone but the app needs to get automatically the ...
3
votes
2answers
85 views

obtain verified paypal email Id of merchant

I have integrated paypal with my ios application and wants my transaction to complete only if merchant has a verified paypal email id. Please help me to solve this problem . Thanks in advance.
2
votes
0answers
226 views

Opening a custom url link in Safari/GMail

I am sending a custom url scheme link inside an email: [body appendString:@"<div><a href=\"my-custom-url-scheme:test\"><button type=\"button\">Open in ...
1
vote
1answer
102 views

How To get Sender E-mail from Device?

I am sending some data from my application to server. my data consist of different fields as my code shown below -(void)createXML { xmlStr = @"<?xml ...
1
vote
1answer
171 views

In-App email Not working on iOS Device/Simulator iOS6

I'm trying to implement in-app email for my application and I'm coming across a serious problem. When the button is pushed to open up in-app email, it works just fine. Below are the problems I'm ...
3
votes
2answers
58 views

Bug in MFMailComposeViewController when an iCloud account is present?

I have been using MFMailComposeViewController to allow users to send mail from my app without issue. But I have found that if I have an "iCloud account" set up on the device ...
1
vote
3answers
84 views

Email issue: want to send email without additional window

I want to send email without showing MFMailComposeViewController. I just want to send email to some sequence of emails (so user should see only my spinner, not MFMailComposeViewController with send ...
0
votes
0answers
25 views

MFMailComposeViewController change navigation bar buttons [duplicate]

Possible Duplicate: Can I set image for send and cancel button on MFMailComposer I want to change Send and Cancel buttons to custom image. In other (mine) view controllers, I do this: ...
0
votes
0answers
106 views

Send Email Using MailComposer in Unity for iPhone

I am new bee in Unity and building little app in unity and i want to send Email using MailComposer in iPhone, I don't know how to accomplish this task. Thanks in Advance.
0
votes
0answers
85 views

iPhone Gmail Sender Name not recognized

I think this is a silly question , but I could not find the answer for it after searching the web for sometime. Whenever my friend sends an email to me using his Gmail Account(from his laptop) , I ...
0
votes
1answer
106 views

IOS Developer account verify

I am going to verify the email address,but it show me "Your request could not be completed Invalid account for this Email Address" after I signed in with my Apple ID and password. The ID and password ...
0
votes
1answer
89 views

Disable phone number parsing in iPhone email subject

Is there a way to prevent iOS / iPhone from parsing a phone number like string in an email subject when sending an email to one of these devices? Ex. Subject: "Test Email 1234567" results in an ...
0
votes
1answer
46 views

font in iphone gives an image

I have added the character  after my name in my adress email. On Gmail or Ubuntu, it appears indeed as a . But people that read my emails on iphone get a small boar head!! From what I read on ...
0
votes
2answers
157 views

Closing a view after cancelling an email

I want to be able to send an email from my app, in which I have got that portion working. The problem is when I cancel sending an email (which is what I'm testing for now) the email part is dismissed ...
0
votes
1answer
75 views

what is mime type its not working as i m using application/pdf to sending in iphone

MFMailComposeViewController *picker = [[MFMailComposeViewController alloc] init]; picker.mailComposeDelegate = self; [picker setMessageBody:@"Invoice Report Pdf File" isHTML:NO]; ...
3
votes
1answer
82 views

Access MSN mail account in application

I would like to access MSN account access in application. How to do this. Please suggest, Can i get the web services from MSN ?
0
votes
1answer
73 views

Edit html as in the Mail.app of apple [closed]

As well know when replying a html email in the Mail.app, the quoted html email body can be edited. Is there anyway to achieve this? And how could we inset an image while composing an email body. ...
0
votes
1answer
140 views

Best way to send a bunch of emails without user input on iOS?

First, let me get this out of the way and say this isn't a spam application. I'm writing an app that allows users to share files with multiple friends easily via email. Right now, I'm using ...
0
votes
1answer
75 views

Scheduling an email to be sent 24 hours from now?

I would like my app to be able to send a reminder email (or text) at various points in the future. I was thinking this might be doable with local notifications but now I am not seeing how. Any advice ...
0
votes
2answers
328 views

Attaching multiple image to an email

I am using ELCimagepicker to attach multiple image to an email but I'm not sure how to make every NSData unique so i can attach them to my email. > - (void)launchController { ...
0
votes
1answer
546 views

Retrieving User Email from FaceBook in iOS applications

I am developing an iPhone app that requires retrieval of logged in user's email id from FaceBook through any one of FaceBook API's such as FBConnect or FBGraph for iOS. By using FBConnect or FBGraph ...
1
vote
1answer
129 views

how can attach two images in mail composer

I am making an iPhone project for inserting two images in mail. The images are selected from the photo library and they're stored in two separate image views. When I attach the images in email, it ...
0
votes
2answers
276 views

How to access contacts only with email address in address book?

I am accessing all of the users contacts and emailing them through the app. I can access all of the contacts fine, if they have an email address. If they don't have an email address, then it gives ...
1
vote
1answer
283 views

Sending multiple SMS and emails with Monotouch

I'm developing an iPhone application with MonoTouch framework and I'm trying to send multiple SMS and emails in one shot. A sort of foreach (User user in userList) { ...
3
votes
0answers
165 views

ios mail app does not open vcard in my app

I would like to import vCards into my iOS app using the mail app. I have added public.vcard to my projects plist. If I try to open the vcard in another app using the UIDocumentInteractionController ...
0
votes
0answers
349 views

How to attach a plist into an email in Xcode?

I am working on a quiz app where the user's input will be stored inside a plist files. I tried researching for various ways to attach files to an email, but mostly are all for JPEG and TXT files. I ...

1 2 3 4 5 9