Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8406705
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 9, 20262026-06-09T23:11:01+00:00 2026-06-09T23:11:01+00:00

I am making an iPhone project for inserting two images in mail. The images

  • 0

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 doesn’t attach it correctly.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-09T23:11:03+00:00Added an answer on June 9, 2026 at 11:11 pm

    You can create a html page code and insert that image as tag and pass the whole html as string in the MFMailComposer for Body.It will look cool.
    you need write this line

    MFMailComposeViewController* controller = [[MFMailComposeViewController alloc] init];
            controller.mailComposeDelegate = self;
            if ([recipentArray count]>0) 
            {
                [controller setToRecipients:self.recipentArray];
            }
            [controller setSubject:self.emailSubject];
            [controller setMessageBody:self.messageBody isHTML:YES]; // isHTML -> YES/NO depending the message body
            [object presentModalViewController:controller   animated:YES];
            RELEASE_SAFELY(controller);
    

    Once you will implement the MFMailComposer you need to set bool if you are using html page in body.Let me know if you have any doubt.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am making a iPhone app that has two different targets. They use the
I'm making an iphone app that uses NSURLConnection to download some data from the
I have an iPhone SDK project that is supposed to build a static library
I'm working on a project on the iPhone where I'm recording audio from the
I'm currently making an iphone app where the user takes a photo or select
I have included three20 library in my project. I am making use of the
I'm making an iPhone game in which I have two main views, the planning
I am working on making an existing iPhone/iPad project backwards compatible down to iPhoneOS
I've found several tutorials for making iphone apps that load data from an RSS
For those of you making iphone applications that record video Are you utilising the

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.