Cant attach documents to my mail or send out of icloud - when i put cursor over paper clip it is a bracket ?

migrated from mobileme - now cant send emails or attach to emails before even  trying to send (when i put cursor over the paper clip it stays a a bracket) and many of my contacts were lost !

I agree with the Thomas, in that I think you have mucked up your settings in the AOL account. Your username should be something like - [email protected] Your password is whatever you use as the password.
You could try deleting the account and start over again. Here is a link to a "how to set up AOL email " on the iPad. It is  4 or 5 step process and just make sure that you are entering the correct information in the correct fields in the set up. Among my 4 email accounts on my iPad, I have 2 AOL accounts. I have no problems at  all and it was really very easy to set up. There is no reason why AOL email should not work on your iPad.
To repeat and emphasize - Just make sure that you are entering the correct information in the appropriate fields as I think that's where you are making your mistakes.
If I had my choice, I would probably chuck the AOL accounts as well, but I have all the spam filters set as high as I can on the server, and it has cut down tremendously on the spam. Unfortunately - we set up AOL accounts at my workplace years ago and I really hesitate to change them now, so I continue on with these, but like I said, they work fine and they were very easy to set up.
http://convert-dvd-ipad.com/dvdipad/set-aol-email-account-ipad-manually/

Similar Messages

  • I can not open attached documents sent on my email, sent to me or when I send to someone else ? Why

    I can not open attached documents sent on my email, sent to me or when I send them to others, ? Why ?

    Reload web page(s) and bypass the cache to refresh possibly outdated or corrupted files.
    *Press and hold Shift and left-click the Reload button.
    *Press "Ctrl + F5" or press "Ctrl + Shift + R" (Windows,Linux)
    *Press "Command + Shift + R" (MAC)
    Start Firefox in <u>[[Safe Mode|Safe Mode]]</u> to check if one of the extensions (Firefox/Tools > Add-ons > Extensions) or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance).
    *Do not click the Reset button on the Safe mode start window or otherwise make changes.
    *https://support.mozilla.org/kb/Safe+Mode
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes

  • How to add an attachment to an e-mail. With out it showing  up and the end of a e-mail.

    How to add an attachment to a e-mail. With out it showing up at the end of the e-mail.

    https://discussions.apple.com/message/17397882#17397882
    How can I prevent mail attachments embedding when sending mail
    Note there are 14 pages of replies

  • How do I stop  my mail from send out my e-mails with the mobile me acct instead of my default provider?  I have checked the "use only this server" in my provider account.

    How do I stop  my mail from send out my e-mails with the mobile me acct instead of my default provider?  I have checked the "use only this server" in my provider account.

    There is no such option/setting on an iPhone to determine this. Whether you can view the attachment has more to do with your connection, WiFi or cellular, and the size of the attachment than anything else. There will be a paperclip indicating the message includes an attachment regardless if downloaded with the message or not. When connected to the cellular network, if an attachment is below a designated size the attachment will be downloaded automatically. If over a certain size, you must select the attached file icon in the body of the message to download the attachment. The size limit varies by carrier/provider.
    Tell her you're gonna leave her out of the Will if she doesn't stop .

  • Since the last update, I cannot attach a file to my email in MobileMe. It has always worked until the latest update. Now, nothing happens when you click on the paper clip icon and 'choose' the file to add.

    I am using MobileMe on my Mac. Until the last update a few days ago, Firefox always allowed me to attach files to my emails. Now, when I click on the paper clip, and it takes to me find the file I want to attach, and I highlight the file I want to attach and click on 'open', nothing at all happens. the screen just goes back to my email. It always worked before, it does not now. It DOES work on Safari but I hate Safari, i want to use firefox.

    Hi satorilori-
    You might try this:
    -> Clear Cookies & Cache
    https://support.mozilla.com/en-US/kb/Template:clearCookiesCache
    -> Clear the Network Cache
    -> Reload web page(s) and bypass the cache.
    Press and hold Shift and left-click the Reload button.
    Press "Ctrl + F5" or press "Ctrl + Shift + R" (Windows,Linux)
    Press "Cmd + Shift + R" (MAC)
    Check and tell if its working. Hope that helps!

  • Cant attach multiple files in mail

    How to attach multiple files in mail?? 

    Hey demo..
    When I create a document in 'Pages' app I can mail that file from 'Pages' app. But I cant attach multiple .doc file in one mail. For sending multiple files in a single mail I need to do several mails. Is there any system or 3rd party software through which I can attach multiple .doc files in one mail.
    Thanks in advance.

  • How to attach documents in Iphone mail services

    Hi,
    Is there anyway to attach documents(even multiple docs at once) and send them from my iphone mail??

    hi ,
    GO to SU3 own parameters then add SD_SWU_ACTIVE and X.
    Then in VA02,VL02 (edit mode) You can attach the document to respective orders.
    If the intermediate Coupling required then 2nd method for this is
    CV01N Create the document and attach document to Document no and line NO.
    Regards,
    Sam

  • How to Attach Document in SAP Mail

    hi
       I want to attach a document in the SAP mail, but it should open in the SAP itself.like ALV grid FOrmat.
    Thanks in advance.

    Hi,
    Try this m not very sure this is wht u reqd or not???
    DATA method1 LIKE sy-ucomm.
    DATA g_user LIKE soudnamei1.
    DATA g_user_data LIKE soudatai1.
    DATA g_owner LIKE soud-usrnam.
    DATA g_receipients LIKE soos1 OCCURS 0 WITH HEADER LINE.
    DATA g_document LIKE sood4 .
    DATA g_header LIKE sood2.
    DATA g_folmam LIKE sofm2.
    DATA g_objcnt LIKE soli OCCURS 0 WITH HEADER LINE.
    DATA g_objhead LIKE soli OCCURS 0 WITH HEADER LINE.
    DATA g_objpara LIKE selc OCCURS 0 WITH HEADER LINE.
    DATA g_objparb LIKE soop1 OCCURS 0 WITH HEADER LINE.
    DATA g_attachments LIKE sood5 OCCURS 0 WITH HEADER LINE.
    DATA g_references LIKE soxrl OCCURS 0 WITH HEADER LINE.
    DATA g_authority LIKE sofa-usracc.
    DATA g_ref_document LIKE sood4.
    DATA g_new_parent LIKE soodk.
    DATA: BEGIN OF g_files OCCURS 10 ,
            text(4096) TYPE c,
          END OF g_files.
    DATA: fold_number(12) TYPE c,
          fold_yr(2) TYPE c,
          fold_type(3) TYPE c.
    PARAMETERS ws_file(4096) TYPE c DEFAULT 'c:\ Vikalp Solutions'.
    Can be any file from your pc....either xls or word or ppt etc...
    g_user-sapname = sy-uname.
    CALL FUNCTION 'SO_USER_READ_API1'
    EXPORTING
       user                            = g_user
       PREPARE_FOR_FOLDER_ACCESS       = ' '
    IMPORTING
       user_data                       = g_user_data
    EXCEPTIONS
       USER_NOT_EXIST                  = 1
       PARAMETER_ERROR                 = 2
       X_ERROR                         = 3
       OTHERS                          = 4
    IF sy-subrc <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    fold_type = g_user_data-outboxfol+0(3).
    fold_yr = g_user_data-outboxfol+3(2).
    fold_number = g_user_data-outboxfol+5(12).
    CLEAR g_files.
    REFRESH : g_objcnt,
              g_objhead,
              g_objpara,
              g_objparb,
              g_receipients,
              g_attachments,
              g_references,
              g_files.
    method1 = 'SAVE'.
    g_document-foltp  = fold_type.
    g_document-folyr   = fold_yr.
    g_document-folno   = fold_number.
    g_document-objtp   = g_user_data-object_typ.
    *g_document-OBJYR   = '27'.
    *g_document-OBJNO   = '000000002365'.
    *g_document-OBJNAM = 'MESSAGE'.
    g_document-objdes   = 'testing by program'.
    g_document-folrg   = 'O'.
    *g_document-okcode   = 'CHNG'.
    g_document-objlen = '0'.
    g_document-file_ext = 'TXT'.
    g_header-objdes =  'testing by program'.
    g_header-file_ext = 'TXT'.
    CALL FUNCTION 'SO_DOCUMENT_REPOSITORY_MANAGER'
      EXPORTING
        method            = method1
       office_user        = sy-uname
       ref_document       = g_ref_document
       new_parent         = g_new_parent
    IMPORTING
       authority          =  g_authority
    TABLES
       objcont            = g_objcnt
       objhead            = g_objhead
       objpara            = g_objpara
       objparb            = g_objparb
       recipients         = g_receipients
       attachments        = g_attachments
       references         = g_references
       files              = g_files
      CHANGING
        document          = g_document
       header_data        = g_header
      FOLMEM_DATA        =
      RECEIVE_DATA       =
    File from the pc to send...
    method1 = 'ATTCREATEFROMPC'.
    g_files-text = ws_file.
    APPEND g_files.
    CALL FUNCTION 'SO_DOCUMENT_REPOSITORY_MANAGER'
         EXPORTING
              method       = method1
              office_user  = g_owner
              ref_document = g_ref_document
              new_parent   = g_new_parent
         IMPORTING
              authority    = g_authority
         TABLES
              objcont      = g_objcnt
              objhead      = g_objhead
              objpara      = g_objpara
              objparb      = g_objparb
              recipients   = g_receipients
              attachments  = g_attachments
              references   = g_references
              files        = g_files
         CHANGING
              document     = g_document
              header_data  = g_header.
    method1 = 'SEND'.
    g_receipients-recnam = 'MK085'.
    g_receipients-recesc = 'B'.
    g_receipients-sndex = 'X'.
    APPEND g_receipients.
    CALL FUNCTION 'SO_DOCUMENT_REPOSITORY_MANAGER'
         EXPORTING
              method       = method1
              office_user  = g_owner
              ref_document = g_ref_document
              new_parent   = g_new_parent
         IMPORTING
              authority    = g_authority
         TABLES
              objcont      = g_objcnt
              objhead      = g_objhead
              objpara      = g_objpara
              objparb      = g_objparb
              recipients   = g_receipients
              attachments  = g_attachments
              references   = g_references
              files        = g_files
         CHANGING
              document     = g_document
              header_data  = g_header.
    Hope this helps u.
    Thanks.
    Seema.

  • Cant attach photos to e mails

    can any one tell me why i cant attach photos to emails using my i book computer?

    Hi Crystal...welcome to the discussions.
    What happens when you try to attach a picture? Are you using Apple mail, or something else, and how do you try to attach?
    Sorry to ask so many questions, but it helps to narrow things down....
    rob

  • My mail can send out message but can't receive new e-mail? and some software(adobe illustrator cs) and applications(terminal) can't run ? but in another user account, terminal and illustrator can run.

    Hi,
    My Mac info:
    Machine Name:          Power Mac G5
    Machine Model:          PowerMac7,3
    CPU Type:          PowerPC G5  (3.0)
    Mail Version 2.1.3 (753.1)
    My mail application can send out message but can't receive new e-mail now ? please see attached before my capture screen
    and some software(adobe illustrator cs) and applications(terminal) can't run ? please see attached
    but in another user account, terminal and illustrator can run.
    Please kindly help to check with these problems. Thanks.

    Verify and Repair disk “Data”
    Checking HFS Plus volume.
    Checking Extents Overflow file.
    Checking Catalog file.
    Checking multi-linked files.
    Checking Catalog hierarchy.
    Checking Extended Attributes file.
    Checking volume bitmap.
    Checking volume information.
    Volume Header needs minor repair
    Repairing volume.
    Rechecking volume.
    Checking HFS Plus volume.
    Checking Extents Overflow file.
    Checking Catalog file.
    Checking multi-linked files.
    Checking Catalog hierarchy.
    Checking Extended Attributes file.
    Checking volume bitmap.
    Checking volume information.
    The volume Data was repaired successfully.
    Mounting Disk
    1 HFS volume checked
    Repair attempted on 1 volume
      1 HFS volume repaired

  • Mail cannot send out

    Normally I using mail is no problem just last few week the email cannot send out. But receiving still ok. This morning I use iPad recevied, send mail instead of Mail from MacBook.
    In the same time I also try to use office mac (outlook) is same receive is ok, cannot send out.
    The questions what happend on mail or outlook on MacbookPro? Since iPad, iPhone can using mail (receive, send) is normal.
    Angie,

    The sever did not changed, if they changed why iPad can send-receive as normal?  Only happen on Mac. Last night I try to use office Mac (Outlook) is same receive mail is ok but cannot send out.
    What can I do? I should re-install again for office Mac? Or Mail? (how to reinstall mail?)

  • HELP! My Office Mail Cannot Send Out Externally!

    Hi all, recently I've upgrading/migrating to my new G5 in the office (whopee, finally!) I have transferred all my old data to Mail, settings everything etc, I can send and check email, I can log on to my office intranet and can actually surf the web, the only thing I cannot do is send email EXTERNALLY!!
    Help! I have checked and even toggle some settings, e.g. in Mail account, under SMTP, use Authetication/Password etc but still no avail...
    Anyone with such similar experience?? Thanks and cheers

    Hi, just some updates, I have tried several methods, including the most drastic one by removing out all the Mail folders, data, plist preference files etc, and start Mail anew, creating my office email account from the ground up, and still, I cannot send out email externally - so "proving" my "old" mail data is ok, so I copied them back.
    Could it be the SMTP that is causing all these problems?? Our office POP and SMTP settings are in "IP style" numbers addresses, e.g. xx.xxx.x.x
    I am trying to get my IT dept to give me a new SMTP, if possible...
    Here's another thing I found out when I launch Mail Connection Doctor:
    It reported status Green, and Details-Connection and login to server succeeded.
    But... Internet Connection Status, RED - Mail was unable to connect to the internet, click the "Assist me..." button for help diagnosing the problem.
    When I continue with the diagnostic, it says "Your internet connection appears to be working correctly."
    So I guess the office network/intranet has no problem connecting to the internet... but is this affecting Mail's ability to send out email externally??
    Cheers

  • I can't get my mail to send out anymore. Using both ICLOUD AND GMAIL HELP

    Apple software installed now I can't send out any of my emails. I used Gmail prior to wonderful update now I need to get instructions on how to make my operating system allow me to use my email account again and get my emails as I did before

    your product list states an iMac (desktop computer) but no OSX version AND iOS 8.1.2 (an iDevice operating system) but no iDevice (iPad, iPhone.etc.)
    Also include what "Apple software installed..." on what device(s)
    ÇÇÇ

  • Calendar is sending out new requests when I delete an event...

    This goes under the bizarre category.  After upgrading to Yosemite, when I delete an event, it is sending out new requests to the people that were on the event.
    100% reproducible.  We use Exchange Server.
    Thoughts?
    Macbook Pro, 10.10.
    Mark

    Phil, thank you for that info.  I just found the incoming section, but is different from what you show.  I don't have the "Delete from server" setting on my phone.  After Authentication mine shows IMAP Path Prefix/ and then goes to the Server Port as the next setting.  This is in my work email account and the one I really want to save on the server.  Any other idea or explanation on why different??
    On my personal account (Yahoo), the advanced screen was much different, but I think I found the same setting and changed it to never.  That one appears to be working.
    I appreciate your help a lot!!

  • HT3258 why cant I attach documents in yahoo mail? or even delete emails?

    Hi there, I have not been able to use attach file in my yahoo mail account, and when I try to delete the emails I don't want I have to click at one by one, it seems the buttons for this features are not there.  I notice this after an upgrade if the mac software.
    How can I get it to work? could you email me back? I am in desperate situation here! I cannot attach anything!!!!
    thanks

    Clear the cache and the cookies from sites that cause problems.
    "Clear the Cache":
    *Tools > Options > Advanced > Network > Cached Web Content: "Clear Now"
    "Remove Cookies" from sites causing problems:
    *Tools > Options > Privacy > Cookies: "Show Cookies"
    Do you get any error messages or just simply blank pages?

Maybe you are looking for

  • How can i run one procedure at the fix time every day?

    Hi. I write a procedure.it can open a text file.Now, I'd like run it every day at 24:00. How can i do that? thanks alot.

  • Changeover from DBM to SLM  not effecting

    Hi, I have created a depreciation key in transaction AFAMA with a changeover from DBM to SLM, provided when SLM depreciation is higher than DBM in 2 phases.  But when I run the depreciation for a asset, the changeover is not effecting rather it is ca

  • How to do MAC cloning in AirPort Extreme GBit?

    My provider (Verizon Fios) checks MAC address of wireless router and they refused my request to use my own router. In the past, I got around this problem by cloning the MAC address of the router they provided. I just got an AirPort Extreme Base Stati

  • Best way to create multiple windows

    Just for a learning experience i am trying to make an application that starts out as a window with a button.When you click the button it creates another window of the same size but with the no decorations. What would the best way to go about this be?

  • ITunes: song offered/wrong country selection

    Hello, I offered from iTunes Store a song to someone but I didn't selected the right country so, the country was wrong and download is impossible. How to solve this, when the present is already purchased? Thanks and regards, Arno