I can not get my .me email to work since the IOS6 upgrade. Does anyone have the send mail and smtp info. I thought I knew it but I thought wrong.

For some reason o can get my @me.com email to work. What are the send and receive strings?

Do you have any security software installed, blocking these ports? http://support.apple.com/kb/TS3125

Similar Messages

  • Can't get keynote to AirPlay or iPad to mirror...does anyone have any suggestions?

    Can't get keynote to AirPlay or iPad to mirror...does anyone have any suggestions?

    IPhone/ipad/ipod has never supported this.
    Bluetooth is supported for handsfree telephone, stereo speakers, some keyboards, some peer-to-peer apps from the app store and interent tethering ( if provided by the carrier).
    Other than the above, it will not connect to computers or other phones.

  • I can not get my pop3 email to work on my iphone4s

    I am trying to get my pop3 email to work on my iphone.  I have set up the incoming and outgoing servers the same way they are on my computer where it all syncs to outlook.
    Any ideas?

    Do you have any security software installed, blocking these ports? http://support.apple.com/kb/TS3125

  • Want to take back because i can not get my ipod touch to work on this

    I can not get my ipod touch to work on this Linksys WRT54g router at all.I called them and was on the phone for a hour and still can not get it to work.And it is not the ipod because if i go outside i can get on with someone router outside.Can someone Please Please Help Me with this i would like to be able to use my rounter.
    Regards
        Chippy

    Chippy:
    I'll assume you've read the iPod manual. The directions I have seem fairly straightforward - iPod connects to a wireless network when it discovers one. Or, if that option is turned off, you have to manually connect it.
    When it comes to attaching to your router, you will need to know what kind of security the router is using, what the security password is and most important - the router's DHCP function must be activated so the iPod can acquire an IP address.
    If the iPod truly can handle the connection, and you have the necessary information I mentioned, it should connect without a problem. But since you can't connect, you need to review the settings I mentioned.
    It's possible there is some sort of issue with the router and the iPod. But it's my guess that the iPod is not acquiring an IP address because the router is not giving them out.
    Check these things out and post what you find. If we can figure out the answer, your post will be helpful to others who may run into the same problem.

  • Can not get Text-to-Speech to work

    I can not get Text-to-Speech to work. In "Settings", I can go into "Voice input & output", then to "Voice Output; Text-to-speech settings" and then to "Install voice data; Install the voice data required for speech synthesis" but it is "grayed out". I have downloaded Pico TTS several times and I have soft-reset and hard-reset the device several times. Still no text-to-speech
    Any thoughts on what I can do to get text to speech to work?

    posted11 wrote:
    Odd.... I tried both Vlingo and Handcent and neither of those did Text to speech either. Very odd. I am using same Bluetooth headset that worked on my other HTC device.
    Any other thoughts?
    Did you activate InCar in Vlingo?  I just checked this and it works for me.  Once you activate InCar, you should hear "Vlingo InCar".
    If Vlingo InCar doesn't work for you, have you considered getting another Bluetooth headset that has the ability to read texts to you, like the Blueant Q2?

  • I can not get Premiere Elements 11 to work on my Windows 7 , proffessional computer.

    I can not get Premiere Elements 11 to work on my Windows 7 , proffessional computer.

    goldstein
    Please define what you mean by
    I can not get Premiere Elements 11 to work on my Windows 7 , proffessional computer.
    Can you not install the program? If you cannot, how are you installing it, from an installation disc or installation files from Adobe? Are you looking at the tryout or a purchased product? At what stage of the installation are you blocked and with what messages? Do you have the anti-virus and firewalls turned off? Do you have another other computer protective software installed such as NetNanny?
    If you are getting through the installation OK, are you able to Sign In after the installation and restart of the computer?
    If you get into the opened project, when does the problem first manifest itself? Is the problem in a new project or in an existing one?
    Is the problem in one of the editing features?
    Is the problem in one of the export choices?
    Other?
    The answers will be in the details which allow us to help you.
    Thanks.
    ATR

  • HT1937 I am trying to charge my Iphone 4s and suddenly i can not get it to charge, what might be the problem?Brian

    Hey guys,
    I am trying to charge my Iphone 4s and suddenly i can not get it to charge, what might be the problem?Brian

    Are you using a original USB cable? if not, than it could be the cable. If you are charging the iPhone with your computer, sometimes the USB port where you plugged in the cable stops working. plug it into a different USB port. 

  • I am on a i mac osx 10.8.4 and can not get into i photo i keep recieving the message "The library could not be opened because the file system of the library's volume is unsupported.

    I am on a i mac osx 10.8.4 and can not get into i photo i keep recieving the message "The library could not be opened because the file system of the library's volume is unsupported."

    Where is the Library? It needs to be on a disk formatted Mac OS Extended (Journaled)

  • I can not get my map link to work!!!

    I can not get my map link to work!!!
    The image it is on is surrounded by fixed images and is in <div id="display"> (see code below). Map links work just fine on the images that are in the fixed divs, but not the 'display' div.
    Can someone help?
    Code:
    <!doctype html>
    <html>
    <head>
    <meta charset="utf-8">
    <title>Mobile Phone</title>
    <style type="text/css">
    body {
    margin: 0; 
    #wrapper {
      margin: 0 auto;
    top:0px
    #phone {
      width: 400px;
      margin: 0 auto;
      font-size:0;
    #top {
      position:fixed;
    #left {
      float:left;
      padding-top: 268px;
      position:fixed;
    #display {
      float: left;
      padding-top: 268px;
      padding-left: 28px;
      position:
    #right {
      float:left;
      padding-top: 268px;
      padding-left: 348px;
      position:fixed;
    #bottom {
      position:fixed;
      padding-top: 728px;
    </style>
    </head>
    <body style="background-color: #4B4B4B; padding-top: 0px;">
    <body>
    <div id="wrapper">
      <div id="phone">
        <div id="top"><img src="Images/top.fw.png" width="375" height="268" alt=""/></div>
        <div id="left"><img src="Images/left.fw.png" width="28" height="460" alt=""/></div>
        <div id="display"><img src="Images/AlbumPage.png" alt="" width="320" height="2000" usemap="#Map2"/>
          <map name="Map2">
            <area shape="rect" coords="3,437,317,470" href="Phone2.html">
          </map>
        </div><!-- This is the div you will use to place your mockup -->
        <div id="right"><img src="Images/right.fw.png" width="26" height="460" alt=""/></div>
        <div id="bottom"><img src="Images/bottom.fw.png" alt="" width="375" height="1076" usemap="#Map"/>
          <map name="Map">
            <area shape="rect" coords="35,3,74,42" href="goBack()">
          </map>
        </div>
      </div>
    </div>
    </body>
    </html>

    ' surrounded by fixed images'
    corrected to 'surrounded by fixed divs'.
    Sorry

  • HT1725 I can not get any app to finish loading from the app store.  Anyone else having this problem

    I can not get any app to finish loading from the app store.  Anyone else having this problem?

    Why has nothing been done on this? I still have this problem today on Chrome and on the latest OSX.

  • I HAVE AN APLLE 5 AND CAN NOT GET MY FACE TIME TO WORK

    I CAN NOT GET MY FACE TIME TO WORK ON MY APPLE 5 I HAVE TIRED TO LOG ON BUT THE PHONE SEND MEESAGE CAN NOT CONNECT??

    Please turn off your all caps.
    iOS: Troubleshooting FaceTime - Apple Support

  • TS3274 I can not get my video button to work

    I can not get my video button to work, it will not response when I try to use it

    Try sliding the words up or down to select the various modes.

  • HT4796 I can not get windows migration assistant to work on my Sony Viao running windows 7

    I can not get windows migration assistant to work with Sony Laptop running windows 7.

    Hello,
    - What did you do so far ?
    - Do you have any error messages ?
    You will find a lot of useful informations on this page :
    http://support.apple.com/kb/HT4796

  • I can not get my apple Id to work on my iphone 4s

    I can not get my apple ID to work on my iPhone 4s. It keeps telling me my billing information is wrong.

    Have you tried signing out and back in? Go to Settings > Store. Select your Apple ID and then Sign Out

  • I can not get 'find my iphone' to work. I have followed the instructions to no avail...help!

    i can not get 'find my iphone' to work. I have followed the instructions to no avail...help!

    See the Troubleshooting in this... http://support.apple.com/kb/HT4319

Maybe you are looking for