I cant get my email to work on my iphone 4

hi, i cant get my email to work on my iphone, iv added my email address and password but when i go to mail there are no emails showing or accounts. my email is showing as on in settings but doesnt seem to be working. any advise would be great, thanks

There is something wrong in your settings. As the settings for each email provider are different you need to check your email server's web site for instructions. Most now have specific instructions for the iPhone. Also see Apple's instructions: http://support.apple.com/kb/HT1385

Similar Messages

  • I cant get visual email to work on my iphone

    I've tried resetting the network settings as suggested.  It worked for one day then the problem returned.  I've tried phone support but that requires me to enter the phone's serial  number into a field that does not allow entry.  I've tried email support but that requires me to enter a ticket number which is non-existent.

    When I click on "Voicemail" I get a message saying "Visual voicemail is unavailable."   I followed the directions on the troubleshooting page and reset the network connections.  That worked for one day then the problem returned.  I don't think this is a carrier problem.  My wife who has the same carrier doesn't experience the problem on her iPhone5.
    There is a second problem.  The Apple Support webpage offers online chat, which requires me to input the serial number.  The screen field for serial number does not allow input.

  • I had my hard drive replaced and I cant get my email to work on the new hard drive.  I have the ! in the triangle next to the inbox.  I tried "take all accounts online" and it ddidnt work.  The email account is working on my iphone and ipad.

    I had my hard drive replaced and I cant get my email to work on the new hard drive.  I have the ! in the triangle next to the inbox.  I tried "take all accounts online" and it ddidnt work.  The email account is working on my iphone and ipad, and my macBook is connected to the internet.

    Cant get help with this issue on Apple Support, so I have to go to the Apple store to the Genius Bar to get assistance.  All the help issues are so technical in their jargon, that I cannot understand how to fix the issue.

  • TS1363 i just updated my 4th gen ipod touch with ios 6.0.1 and cant get my email to work

    i just updated my 4th gen ipod touch with ios 6.0.1 and can't get my email to work anymore

    See:
    iOS: Unable to send or receive email

  • Cant Get my Yahoo Account working on my iPhone.

    HI
    i try to get my Yahoo Account working but i cant.
    Whenever iPhone tries to connect to imap.apple.mail.yahoo.com he said he failured.
    Could you help me?
    I Tried Everything.

    There are a few threads about this. I had the same problem and it eventually worked. I can't tell you if anything I did was the solution, or it was just a matter of time.
    1. Start with a new Yahoo account. I've read that some older accounts could not get made to work.
    2. Setup your account on the phone with WiFi off ... while on the edge network. (also on some forum)
    3. Every time it didn't work, I deleted the account from the phone and put it in again.
    I did it easily 15 times before it actually worked. So just keep at it. Once your password is accepted, the rest might sort itself out.
    -A

  • I cant get the sound to work on my iphone 4 after i record a movie

    after i record a short video i am unable to get the sound to work. what am i doing wrong?

    Did you already try to reset the phone by holding the sleep and home button for about 10sec, until the Apple logo comes back again? You will not lose data, but a reset can cure some glitches.
    If this does not work, try to set it up as new device, explained in this article:
    How to back up your data and set up as a new device
    Don't use the backup afterwards, to rule out a software problem. If the camera is working again, restore from the backup.

  • HT5621 I Have followed all the steps and still cant remove iCloud to my existing account and add to the new one, the old email account was changed a year ago and cant get that email plus the password don't work please HELP!!

    I Have followed all the steps and still cant remove iCloud to my existing account and add to the new one, the old email account was changed a year ago and cant get that email plus the password don't work please HELP!

    Welcome to the Apple community.
    This feature has been introduced to make stolen phones useless to those that have stolen them.
    However it can also arise when the user has changed their Apple ID details with Apple and not made the same changes to their iCloud account/Find My Phone on their device before upgrading to iOS 7, or if you restore from a previous back up made before you changed your details.
    The only solution is to change your Apple ID back to its previous state with Apple at My Apple ID using your current password, you don’t need access to this address if it’s previously been used with your Apple ID, once you have saved these details enter the password as requested on your device and then turn off "find my phone".
    You should then change your Apple ID back to its current state, verify it once again, delete the iCloud account from your device and then log back in using your current Apple ID. Finally, turn "find my phone" back on once again.
    This article provides more information about Activation Lock.

  • I just downloaded AOL Desktop 1.7 for Mac and I can't get my email to work. It welcomes me but I know I have new email but it doesn't recognize that I have ANY mail at all. HELPPPPPPPP Please

    i just downloaded AOL Desktop 1.7 for Mac and I can't get my email to work. It welcomes me but I know I have new email but it doesn't recognize that I have ANY mail at all. HELPPPPPPPP Please

    Hey I've been all over and can't get any help. I'm well aware its not an Apple product but its an app for Mac OS so I thought I'd try here. I bought 2 new iMacs yesterday for my parents (5K) and I'm just trying to get them some help as there in their 70's and AOL is all they know.
    But hey thanks for your help,

  • Cant get graphics card to work on MS6166 board

    Iam tring to install nvidia graphics card(PCI) to my MS6166 mother board but cant get new drivers to work,I have disabled on board graphics via jumper on board but new graphics card still wont work.
    HELP!
    Anybody had same problem?

    Well, have you tried leaving the monitor cable connected to the onboard VGA and tried booting up? Sometimes you need to disable it within BIOS.

  • Cant get @font-face to work on my new web site

    Hi everyone,
    I Cant get @font-face to work on my new web site.
    I tryed it before on other web sites and it worked just fine.
    Here is the code i am using:
    CSS:
    @charset "utf-8";
    @font-face {
    font-family:"Caviar Dreams",sans-serif !important;
    font-style: normal;
    src:url ("../fonts/CaviarDreams.ttf") format('truetype');
    src:url("../fonts/CaviarDreams.eot") format('eot');
    src: url("../fonts/CaviarDreams.svg") format('svg');
    src:url("../fonts/CaviarDreams.woff") format('woff');
    src:url("../fonts/CaviarDreams.otf") format('otf');
    /* Simple fluid media
    Note: Fluid media requires that you remove the media's height and width attributes from the HTML
    http://www.alistapart.com/articles/fluid-images/
    img, object, embed, video {
    max-width: 100%;
    /* IE 6 does not support max-width so default to width 100% */
    .ie6 img {
    width:100%;
    Dreamweaver Fluid Grid Properties
    dw-num-cols-mobile: 5;
    dw-num-cols-tablet: 8;
    dw-num-cols-desktop: 10;
    dw-gutter-percentage: 25;
    Inspiration from "Responsive Web Design" by Ethan Marcotte
    http://www.alistapart.com/articles/responsive-web-design
    and Golden Grid System by Joni Korpi
    http://goldengridsystem.com/
    /* Mobile Layout: 480px and below. */
    body{
    background-image:url(../images/background/wraper_bg.jpg);
    background-repeat:no-repeat;
    background-attachment:fixed;
    background-size:100% 100%;
    font-family:"Caviar Dreams", sans-serif !important;
    .caviar{
    font-family:"Caviar Dreams", Arial, Helvetica, sans-serif ;
    .index_bg{
    width:100% !important;
    height:100% !important;
    background:url(../images/graphics/index_bg.png) !important;
    background-size:cover !important;
    .welcome_image{
    position:absolute;
    top:35%;
    width:95% !important;
    margin:2% !important;
    .nav{
    color:#FFFFFF !important;
    font-family:"Britannic Bold" !important;
    font-size:14px;
    font-weight:lighter !important;
    .background_white{
    background:rgba(255,255,255,0.7);
    .background_black{
    background:rgba(0,0,0,0.65);
    .background_black_2{
    background:#000 !important;
    .background_noir{
    background:rgba(179,1,1,0.7);
    .background_purple{
    background:rgba(152,131,201,0.7)!important;
    color:#FFFFFF !important;
    width:100% !important;
    height:25px;
    text-decoration:none !important;
    font-family:"Caviar Dreams" ;
    border:0px !important;
    margin:0px !important;
    padding:0px !important;
    .background_purple:hover{
    background:#FFFF00!important;
    color:#000 !important;
    width:100% !important;
    text-decoration:none !important;
    font-family:"Caviar Dreams" ;
    border:0px !important;
    .white{
    color:#FFFFFF !important;
    .black{
    color:rgba(0,0,0,1) !important;
    .red{
    color:#B30101 !important;
    .yellow{
    color:#FFFF00 !important;
    .black_span{
    background:#000000 !important;
    color:#FFFFFF !important;
    margin:1% !important;
    margin-left:5px !important;
    padding:5px !important;
    .black_span_margin1{
    margin-left:0px !important;
    .black_span_margin2{
    margin-left:0px !important;
    .border_white{
    border:3px solid #FFFFFF !important;
    margin:0px !important;
    padding:0px !important;
    .border_gold{
    border:0px solid #000!important;
    margin:0px !important;
    padding:0px !important;
    h1, h2, h3, h4, h5, h6{
    font-family:"Britannic Bold" !important;
    font-weight:lighter !important;
    color:#FFD700 !important;
    margin-left:2% !important;
    margin-right:2% !important;
    margin-top:2% !important;
    margin-bottom:2% !important;
    p{
    font-family:"Caviar Dreams", Arial, Helvetica, sans-serif !important;
    font-size:16px !important;
    color:#FFFFFF !important;
    margin-left:2% !important;
    margin-right:2% !important;
    margin-top:2% !important;
    margin-bottom:2% !important;
    .text-small{
    font-size:12px !important;
    .caviar{
    font-family:"Caviar Dreams" !important;
    I am trying to use the font Caviar Dreams on my new web site but i cant get it right,
    Can anyone tell me what is wrong.
    And also i would like some help with IE9, it seems the header is displaying in blue instead of black on IE9 and 10.
    My web site adrees is marcoalexwebdesign.site11.com  .

    I already fixed the issue, it seems trhat in dreamweaver the fonts ttf , otf, etc must be in a folder named webfonts, and then dreamweaver connects the fonts stylesheet to the main stylesheeet with @inport.I had to unisntall the fonts from my windows and download them again and add tehm with dreamweaver add web fonts feature.
    Thanks ayway.

  • I cant get a DVD to work

      I cant get a DVD to work on my MacBook Pro even though I have iDVD!

    iDVD is for creating movies on a DVD. Is that what you are trying to do?
    For playback of DVDs use DVD Player, or VLC:
    http://www.videolan.org/vlc/

  • I cant get my camera to work it says its on but has no feedback, any ideas?

    i cant get my camera to work it says its on but has no feedback, any ideas?

    Here are my best suggestions for your camera problem:
    • If Apple's http://support.apple.com/kb/HT2090
       suggestions do not help you, (the "reset" suggested there
       often restores normal function,) continue with the following.
    • Use your Mac's Disk Utility to repair permissions and then
       download and apply the latest Combo Update for your Mac OS.
       If you are using OS X 10.7 or later, reinstall OS X.
    • Repair permissions again immediately following the system restart
       that completes the Combo update or reinstall.
    Properly applying the Combo version of updates can sometimes correct software problems, but, if your trouble is caused by a hardware problem, there are no user serviceable parts of the camera.  For hardware help, contact Apple or an Apple-Authorized Service Provider for service.
    (Over time, Apple has changed the built-in camera's name on newer Macs from "iSight" to "FaceTime" and then to "FaceTime HD."  Regardless of the name of your Mac's built-in camera, the same info and troubleshooting applies.)
       Unless you have a current backup, make one now.
      Then use the final "Troubleshooting" suggestion:
    "... contact Apple or an Apple-Authorized Service Provider for service."

  • I cant get the font to work on a picture in Photoshop, I have watched at least 12 how to videos and it wont work, Help

    I cant get the font to work on a picture in Photoshop, I have watched at least 12 how to videos and it wont work, Help

    Could you capture your screen and post it. Have the layers panel open and any layers that are collapsed, expanded. We will need to see the entire screen, as some information in the tab is important as well.

  • I cant get google chrome to work on my desk top

    i cant get google chrome to work on my desk top

    When posting in Apple Communties/Forums/Message Boards.......It would help us to know which iMac model you have, which OS & version you're using, how much RAM, etc. You can have this info displayed on the bottom of every post by completing your system profile and filling in the information asked for.
    CLICKY CLICK-----> Help us to help you on these forums
    ***This will help in providing you with the proper and/or correct solutions.***
    ===================
    Contact Chrome tech support and/or post in their forums.

  • I cant get my webcam to work on my g72

    I cant get my webcam to work on my laptop.

    Hi,
    Also.
    Do you have the Google Video Chat Plug-in installed ?
    You may have gained this by Installing Chrome if you did not manually download the Installer for Intel Macs Only.
    This can conflict with the Flash Plug-in.
    See Known Issues and open the bit on Google Talk Plug-in Disables iSight on Mac.
    10:16 PM      Thursday; October 6, 2011
    Please, if posting Logs, do not post any Log info after the line "Binary Images for iChat"
     G4/1GhzDual MDD (Leopard 10.5.8)
     MacBookPro 2Gb( 10.6.8)
     Mac OS X (10.6.8),
    "Limit the Logs to the Bits above Binary Images."  No, Seriously

Maybe you are looking for

  • HT5625 multiple users on 1 computer and accessing

    My household has multiple users on the computer.  I downloaded while logged into my husband's iTunes.  Now I can't update some of my apps because we can't access his password and his email he had used no longer exits.  How can I transfer those apps t

  • Show photoes using blob field in Oracle DB

    When create Crystal report using Blob field in Oracle 10g DB, the photoes are tif format stored in blod and there are multipages for every record. However in the Crystal Report,it just show the first page of the photo. Are there some ways to display

  • "system-wide" proxy ?

    I might not have the terminology quite right on this, I'm far from being an expert on the subject. That's why I'm turning to you guys !!!!!!!!! I'm currently tethering my iPhone's connection via an app called PDANet which allows the computer to conne

  • Portal Security tracking

    Hi, We have a requirement for to monitor unauthorized accesses to our Portal and also to track the information accesses via authorized accesses. Currently, we do not have LDAP. What Tools/Products do we need to use to satisfy these requirements. Will

  • Computer doesnt read/folder icon

    without it connected to my computer i start up my ipod,it makes a kindof clock like ticking noise and goes to the folder and ! icon. i try pressing buttons and it goes to disc mode, doesnt work. when i hook it up with or without itunes, it doesnt rea