Photos are not sent in messages

Hi, I had an iPhone 6 recently, and whenever I try to send a picture to my friend through messages, it sends it, but it does not appear on my iPhone 4 friends, it never happened to him before, help?

Make sure the contact you send to if they have an iPhone is listed under your iPhone contacts and if not then they will be listed under mobile. If it does not try to restart your iPhone and send photos

Tags: iPhone

Similar Questions

  • Photo emails are not sent

    For two weeks I could not send email with attachment image. Only, they remain in the box shipping and after a few days are deleted without being sent. I also still receive an error message that Windows Live could not send or receive mail. But I'll receive all messages and any other mail that isn't photo e-mail is sent. I tried to send the photo as an attachment; their sending the application and reduce the size of transmit them Photo Gallery! Nothing works, the photo of emails are not sent. What is the problem?

    HiNinetje,

    The question you have posted is related to Windows Live, and would be better suited in the Windows Live forum. Please visit the link below to find a community that will provide the support you want.

    http://windowslivehelp.com/community/

    http://social.answers.Microsoft.com/forums/en-us/category/windowslive

    Hope this information is useful.

    Jeremy K
    Microsoft Answers Support Engineer
    Visit our Microsoft answers feedback Forumand let us know what you think.

    If this post can help solve your problem, please click the 'Mark as answer' or 'Useful' at the top of this message. Marking a post as answer, or relatively useful, you help others find the answer more quickly.

  • My emails are not sent and I get an error message - error 550 server windows live mail error ID 0x800ccc79.

    My emails are not sent and I get an error message - error 550 server windows live mail error ID 0x800ccc79.

    Your help would be greatly appreciated

    Thank you

    original title: network

    Hello GerryBenjamin,

    The best place to ask your question of Windows Live is inside Windows Live help forums. Experts specialize in all things, Windows Live, and would be delighted to help you with your questions. Please choose a product below to be redirected to the appropriate community:

    Windows Live Mail

    Windows Live Hotmail

    Windows Live Messenger

    Looking for a different product to Windows Live? Visit the home page Windows Live Help for the complete list of Windows Live forums to www.windowslivehelp.com.

  • When I click on a link to seend an email to someone, I get an erro message which indicates that the yahoo mail server can not connect and my messages are not sent.

    Problems sending messages.

    When I click on a link to seend an email to someone, I get an erro message that says that this yahoo mail server can not connect

    and my messages are not sent. I have a total of 9 messages that have been blocked.

    Do I need to have a pop3 address or can you tell me what is happing.

    You must have an account set up under Tools | Accounts | Mail to send from Windows Mail.  If you click on a link, it will not lead you to a webmail interface, but called instead a mail client, such as WinMail.  Around that, the only way is to copy the email address and paste it into a new message you have composed of webmail.

    Steve

  • Email with a large attachment are not sent.  How to cancel it?

    I sent an email (via my yahoo account but using my mail app on my iMac) with an attached video.  Well, the video was apparently too big and is not stuck and are not sent.  It drives me crazy because I can't access my e-mail and it slows everything down while the circle of Rainbow rotation will not stop!  How can I stop it?  I tried the reboot, restart, force, abandonment of post.  I'm afraid to open mail application more because every time I do, the spinner starts and I am doomed!  Help!

    Menu messaging-> window-> activity there, you can stop sending the mail.

  • Hotmail, viruses, emails are not sent by me

    receive e-mail messages that are not sent by me as being undeliverable titled "I bet he's OK", "GSP", "73R"

    Delivery has failed to these recipients or distribution lists:

    E-mail address is removed from the privacy *.
    E-mail address of the recipient not found in the recipient e-mail system. Microsoft Exchange will not try to deliver this message to you. Please check the email address and try to resend this message, or provide the text of diagnosis according to your system administrator.

    You can set up a message rule in OE to move all messages (say with the subject "delivery failed" or anything that is the subject of such messages) and then move the message to a junk mail folder.  Then, you can filter the junk e-mail folder to the one you want and then delete them both.  There is not that you can do to block otherwise these messages, the originals are probably generated by infected computers on which you have no control.  The parody of virus (in this case your) e-mail address, it seems that you sent the message, and you can overcome that.

    Steve

  • When you send an Email to someone not in my contact list "Check names" appears and says not in the contacts list, and are not sent.

    original title: sending Emails

    When you send an Email to someone not in my contact list "Check names" appears and says not in the contacts list, and are not sent.

    Remember - this is a public forum so never post private information such as numbers of mail or telephone!

    Ideas:

    • You have problems with programs
    • Error messages
    • Recent changes to your computer
    • What you have already tried to solve the problem

    If you use a POP3 Protocol account, please post on the forum network, e-mail and put online:

    http://social.answers.Microsoft.com/forums/en-us/vistanetworking/threads

    If you use Hotmail, please report it to Windows Live Solution Center, son of Hotmail:
    http://www.windowslivehelp.com/forums.aspx?ProductID=1 . for the benefits of others looking for answers, please mark as answer suggestion if it solves your problem.

  • Contact form are not sent to email

    I've done loads of this time contact form and it works very well, but for some reason that this particular form are not sent to email. Php is good, so it must be my form. I'll put the two pieces of code up anyway. Thank you

    PHP:

    <? PHP

    If {($_POST)}

    If (! filter_input (INPUT_POST, 'email', FILTER_VALIDATE_EMAIL)) {}

    $message = 'Please enter a correct e-mail address' ;} else {}

    $name = strip_tags($_POST['name']);

    $company_name = strip_tags($_POST['company_name']);

    $telephone = strip_tags($_POST['telephone']);

    $email = $_POST ['email'];

    $comments = strip_tags($_POST['comments']);

      $to = ' [email protected] ';

    $subject = 'Under contact form.';

    $body = $name. "\n". $company_name. "\n". $telephone. "\n". $email. « \n ». $comments;

    $headers = ' from: '. $email;

    If (mail ($ $subject, $body, $headers)) {}

    echo ' please contact us. We\ will be in contact soon!';

    } else {}

    $message = ' sorry, an error has occurred. Please try again later.';

    }

    }}

    ? >

    <? PHP echo "< style p =" color: red "> $message < /p >"? >

    HTML:

    < form id = "contact form" action = "" method = "post" > "

    < p > name: < br / > < input name = "name" type = 'text' required / > < / p >

    < p > company name: < br / > < input name = "company" type = "text" required / > < / p >

    < p > telephone: < br / > < input name = "phone" type = "such" required / > < / p >

    < p > E-mail: < br / > < input name = "email" type = "email" required / > < / p >

    < p > comments: < br / > < textarea name = required "comments" / > < / textarea > < / p >

    < input type = "submit" name = "submit" value = "Send!" formmethod = 'post' / >

    < / make >

    There is nothing wrong with the PHP script. If the mail service is not available or for some reason any does not run, you get the message "Sorry, an error has occurred." Because you do not get this consignment, the problem lies elsewhere.

    The server administrator is a person. Mean nobody that does not work contact form and ask if mail is configured on the server and if there is a reason email PHP would not work.

  • Impossible to download book of the Cloud and the photos are not synchronizing

    I'm unable to download a book from cloud and my iPhone on my iPad. I also find that my photos are not sync for my iPad.

    It would be useful that you explained what happens when you try to download the book.

    It would also help if explain you what you mean when you say that your photos are not sync to your iPad. Synchronization is the process of connecting your iPad to your computer to move the content back, and that the content will include photos.

    If you use iCloud photo library and they photos do not appear on the iPad, it's a different process which would be run in a different mode.

  • Mailbox are not sent

    I have a 34.5 attachment to send and email are not sent there suggesting that I use the mailbox, but which is not send it either and it get stuck in the Outbox.

    What is an "34.5" attachment, it's a file size, if there are so many 34.5 what? k, K, KB, MB, GB, TB, PB, EB, ZB, YB?

    your provider allows to spare part of this size, area of the receiving party allows to spare part of this size? How are you connected? you have run the connection doctor? What kind of file (s) is it? have you have compressed files?

  • The photos are not displayed correctly in Firefox, but displayed correctly in Safari and Chrome G.

    Display of Firefox about that clients site problems:
    http://gardenia.dk/collections/collection/

    The photos are not displayed correctly in Firefox - only a very little bit of the image is visible, bad scale (displayed correctly in Safari and Google Chrome).

    Can I do anything to make it work in Firefox, too?

    Kind regards
    Annette

    You do not see the thumbnail, but the big picture because the width of the thumbnail image is set to 500.

    Add code to the userContent.css file.

    The file userChrome.css (UI) customization and userContent.css (Web sites) are located in the chrome folder in the Firefox profile folder.

    @-moz-document domain(gardenia.dk){
     a.thickbox > img { width: 120px !important; }
    }
  • Why my photos are not being updated on all my devices which or login to iCloud?

    Why my photos are not being updated on my iPad if all my devices are signed in iCloud?

    On your iPad, tap settings > iCloud. Make sure the Photo is on.

    Additionally, make sure that your iPad uses the same account as your other devices iCloud to synchronize data.

  • My photos are not in chronological order. Why?

    My photos are not in chronological order. Why?.

    I'm looking at "All Photos".  They are supposed to be in order of date and time, but they are not.

    Can someone tell me

    (a) why?

    (b) how to report a bug?

    Ta!

    The "All Photos" album is sorted by the date that you have imported the photos, not the date of capture.

    But you can sort any other album descending by date.  Create your own album custom as a smart 'My Pictures' album and the descending sort.

    File > new Smart Album

    and use the rules:

    CTRL-click the smart album in the sidebar and in this way it as you want:

    These sorting options available in Photos on MacOS X 10.11. El Capitan, but not in Yosemite.

    (b) how to report a bug?

    Report a bug using the feedback form: Apple - Photos - comments

  • The cutting tool are not sent Snip to the e-mail recipient.

    The cutting tool are not sent Snip of recipient of mail on Windows Live Mail 2011.  Had worked on earlier versions.  Click on the send Snip button, and nothing happens.

    A couple of things you could try.

    Launch the tool captures via a right click on it and select 'run as administrator '.

    See if the uninstallation and reinstallation of the Snipping Tool makes a difference.

    This is a quote from Ronnie Vernon.

    "Try refreshing the Snipping Tool installation. This tool is part of the Tablet PC optional components in Windows Vista.

    Open Control Panel, click Classic view in the task pane.

    Double-click programs and features.

    Click on the 'activate Windows features and turn off' in the task pane.

    This window may take a few minutes to display.

    When the options appear in the list, scroll to the "Tablet PC Optional Components" and remove the check mark for this element.

    Click OK, quit everything and restart the computer.

    This allows to uninstall the "Snipping Tool" System.

    Once the computer restarts, go back to the Panel and repeat the same procedure.

    This time the check box adds the "Tablet PC Optional Components".

    This will install these components in the system with a new copy of all the files. »

  • my yahoo email account seems to have been compromised as my contacts continue to receive captioned emails without my account that are not sent by me

    my yahoo email account seems to have been compromised as my contacts continue to receive captioned emails without my account that are not sent by me. I did a scan for viruses by Microsoft, but no virus has been detected. Please let me know what steps can be taken to stop those annoying emails to my contacts. Thank you.

    Contact Yahoo support

Maybe you are looking for

  • Is the opinion of 12/02/2015 to install the fix really vulnerability in firefox?

    After the closure of 3 text boxes released firefox indicating is 93%, at risk and needs to be reinstalled with the correction code. The Web site noted was strange and seems not related to Mozilla. I chose not to run his link. There is a vulnerability

  • Magic mouse, not scroll after sleep

    My magic mouse stopped scrolling when I wake my MacBook to sleep 2016.  I use El Capitan 10.11.5.  The only way to restore full functionality of the mouse is by restarting the computer.  I watched a lot of historic messages with similar problems, but

  • How to start, stop, and restart automatically

    Hello I'm Pramod.S, I PCI - 5154 digitizer, I'm acquirng data now my question is I want to acquire the data for say 1 min to stop, after the gap of 2: I want to start acquirng again automatically for 1 min. can you please guide me in this way. I'll b

  • Share a private server and Public Netwok SRV 2008 R2

    I have two separate networks I need to share a single server, with Public (192,...) and private (10...) East of private and Public is local internet circuit behind a firewall. I need two networks to see the server (which has two network cards both wi

  • Windows 8.1 upgrade

    A simple question: I downloaded driver that was recommended stuff, can I install it before the 8.1 update or after?