Sent email via iphone notes

I sent someone an email via iphone notes to their yahoo account and was wondering how i can see a copy of that in my sent. it's not showing up in my gmail sent file.

If you are using Verizon/Yahoo, then you need to change our servers to incoming.yahoo.verizon.net and outgoing.yahoo.verizon.net
Your login info should be the same.
Hope this helps!
If a forum member gives an answer you like, give them the Kudos they deserve. If a member gives you the answer to your question, mark the answer as Accepted Solution so others can see the solution to the problem.
"All knowledge is worth having."

Similar Messages

  • Emails via Iphone not working any more

    Hi, I have a email account with yahoo, did work perfectly till today, after sending emails via Iphone nothing is happening, no message in fowlder sent and also the recipient does not get my mail. Tested: sending photo via email and text email
    Second problem: I had twice that my Iphone did not react at all on touching the screen, had to shut down the phone and switch it on again.....
    Has anyone any ideas, and sorry for my english....
    Andreas from Germany

    Yahoo mail on the iphone has an issue with sending emails that have attachments, like a picture, usually it does not send at all or if it does the attachment is gone. I think its because the iphone still uses yahoo mail classic which handles attachments strangely. So if the emails your sending that are disappearing have attachments then thats why. I've found that when dealing with attachments it works better if you use the mobile version of yahoo.
    As for the touch stopping working...probably just the nature of software and OS's in general. They all crash and freeze up and all have to be rebooted from time to time.

  • Sent emails on iphone not showing

    I sent emails on iPad but not showing at sent folder. Do you know what does happen?

    I am now having this problem, inbox is downloading but sent emails sent from my macbook are not downloading onto my iphone, did you resolve your problem and if so may be you can give me some help??

  • Sent email from Entourage not showing up on iCloud Web client

    When I send email from Entourage (using smtp.mail.me.com), the sent email shows up in my Entourage sent email folder, but not on iCloud on the Web. This means I have no access to sent messages using my iPhone. Can anyone help?
    Thanks

  • Changing sender on sent email via SAP

    I need to change the sender on sent email via sap; i mean, no sy-uname, something like [email protected]
    Regards

    Check the sample code
    *& Report  ZASD
    REPORT  ZASD.
    This example shows how to send
      - a simple text provided in an internal table of text lines
      - and an attached MS word document provided in internal table
      - to some internet email address.
    All activities done via facade CL_BCS!
    DATA: send_request       TYPE REF TO cl_bcs.
    DATA: text               TYPE bcsy_text.
    data: binary_content     type solix_tab.
    DATA: document           TYPE REF TO cl_document_bcs.
    DATA: sender             TYPE REF TO cl_sapuser_bcs.
    DATA: recipient          TYPE REF TO if_recipient_bcs.
    DATA: bcs_exception      type ref to cx_bcs.
    data: sent_to_all        type os_boolean.
    START-OF-SELECTION.
    CALL FUNCTION 'GUI_UPLOAD'
      EXPORTING
        filename                      = 'c:\wagonTrain.gif'
       FILETYPE                      = 'BIN'
      HAS_FIELD_SEPARATOR           = ' '
      HEADER_LENGTH                 = 0
      READ_BY_LINE                  = 'X'
      DAT_MODE                      = ' '
      CODEPAGE                      = ' '
      IGNORE_CERR                   = ABAP_TRUE
      REPLACEMENT                   = '#'
      CHECK_BOM                     = ' '
      VIRUS_SCAN_PROFILE            = VIRUS_SCAN_PROFILE
    IMPORTING
      FILELENGTH                    = FILELENGTH
      HEADER                        = HEADER
      TABLES
        data_tab                      = binary_content
    EXCEPTIONS
       FILE_OPEN_ERROR               = 1
       FILE_READ_ERROR               = 2
       NO_BATCH                      = 3
       GUI_REFUSE_FILETRANSFER       = 4
       INVALID_TYPE                  = 5
       NO_AUTHORITY                  = 6
       UNKNOWN_ERROR                 = 7
       BAD_DATA_FORMAT               = 8
       HEADER_NOT_ALLOWED            = 9
       SEPARATOR_NOT_ALLOWED         = 10
       HEADER_TOO_LONG               = 11
       UNKNOWN_DP_ERROR              = 12
       ACCESS_DENIED                 = 13
       DP_OUT_OF_MEMORY              = 14
       DISK_FULL                     = 15
       DP_TIMEOUT                    = 16
       OTHERS                        = 17
    IF sy-subrc <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
        PERFORM main.
          FORM main                                                     *
    FORM main.
      try.
        -------- create persistent send request ------------------------
          send_request = cl_bcs=>create_persistent( ).
        -------- create and set document with attachment ---------------
        create document from internal table with text
          APPEND 'Hello world!' TO text.
          document = cl_document_bcs=>create_document(
                          i_type    = 'RAW'
                          i_text    = text
                          i_length  = '12'
                          i_subject = 'test created by BCS_EXAMPLE_2' ).
        add attachment to document
        BCS expects document content here e.g. from document upload
        binary_content = ...
          CALL METHOD document->add_attachment
            EXPORTING  i_attachment_type = 'GIF'
                       i_attachment_subject = 'My attachment'
                       i_att_content_hex    = binary_content.
        add document to send request
          CALL METHOD send_request->set_document( document ).
    <b>*     -
    set sender -
        note: this is necessary only if you want to set the sender
              different from actual user (SY-UNAME). Otherwise sender is
              set automatically with actual user.
          sender = cl_sapuser_bcs=>create( sy-uname ).
          CALL METHOD send_request->set_sender
            EXPORTING i_sender = sender.</b>
        --------- add recipient (e-mail address) -----------------------
        create recipient - please replace e-mail address !!!
          recipient = cl_cam_address_bcs=>create_internet_address(
                                        'YOUR [email protected]' ).
        add recipient with its respective attributes to send request
          CALL METHOD send_request->add_recipient
            EXPORTING
              i_recipient  = recipient
              i_express    = 'X'.
    CALL METHOD send_request->set_send_immediately( 'X' ).
        ---------- send document ---------------------------------------
          CALL METHOD send_request->send(
            exporting
              i_with_error_screen = 'X'
            receiving
              result              = sent_to_all ).
          if sent_to_all = 'X'.
            write text-003.
          endif.
          COMMIT WORK.
    *                     exception handling
    * replace this very rudimentary exception handling
    * with your own one !!!
      catch cx_bcs into bcs_exception.
        write: 'Fehler aufgetreten.'(001).
        write: 'Fehlertyp:'(002), bcs_exception->error_type.
        exit.
      endtry.
    ENDFORM.
    *Check the BOL Part
    Message was edited by: Amandeep  Singh

  • HT1386 MUSIC PURCHASED VIA IPHONE NOT SHOWING UP IN ITUNES

    MUSIC PURCHASED VIA IPHONE NOT SHOWING UP IN ITUNES
    why is 4.0.1 not in the list - I have 4.0.1 installed on this iPhone

    after i entered this post a similar post or a couple clicks ("inward") came up on the sidebar that answered it - no rply needed.

  • Emails sent from my iphone not syncing...

    Emails sent from my iPhone haven't been syncing with my macbook. Having finally looked into it I've clicked the 'Store sent messages on the server' box and whilst this makes all my iphone sent emails appear on the macbook, all the macbook sent emails then disappear!
    How can I fix it so that I receive all sent emails from both iPhone and macbook on both?

    It depends on the Email account you have. Who are you with? GMAIL, YAHOO, ICLOUD?

  • Connection to email via iPhone Home Hub 3 BTInfini...

    Suddenly unable to connect to my email via my iPhone. Connecting wirelessly via Home Hub 3 to BTInfinity. Get the message 'Yahoo server unavailable'. My wife can access her email on her iPhone and we can both get to email via desktop PC connected wirelessly to HUB. Settings on my iPhone identical to my Wifes. Any ideas why mines has stopped working please?

    Could just be the intermittent, random problem with the Yahoo! servers that's been discussed at great length on the forum, eg here. Seems to have improved but problems are still being reported. Hopefully it will soon go away; if not you should get some expert advice if you report back here.
    You can click the white star next to this message if you think it was helpful.

  • Why Gmail sent from my iPhone not appearing in iMac's Sent folder?

    Hi guys,
    Some time after installing iCloud - possibly the same day, I sent a message from my iPhone 3G to multiple recipients.
    a) No one got it, b) my message appears as Sent in iPhone and in Gmail (on their site), and on my iMac's Gmail/Sent folder, but not in the iMac's Mail/Sent folder - which is the one I always check.
    I have 2 questions: 1. how come a message appearing as Sent on Gmail's own site isn't received (there were 4 recipients) and, 2. why does it appear as Sent in some but not all Sent folders?
    Would iCloud have anything to do with it?
    I just sent a test message to myself from my iPhone. I got the message both on the iPhone AND iMac, but again the message does not appear in the iMac's/Mail Sent folder. Bizarre?
    PS   All my software is up to date, regardless of what my profile says.
    Thanks a lot,
    Raphael

    Please ignore the above .  I have discovered what I did wrong - but don't know how to delete the question!
    Sorry

  • Transferring sent email on iphone 4 to 5

    Hi I am running an old OS so icloud isn't available.
    I backup to itunes instead.
    Upgrading phone from 4 to 5.
    Backed up and restored into iphone 5.  All is sweet except my sent email didn't migrate to my new iphone 5.
    Any suggestions. Everything else came thru fine.
    thanks!

    That's the way it works.

  • Bought alot of games via iphone, not synced to itunes and mobile crashes*

    Hi!
    i Bought alot of games via iphone, wich i have not synced to itunes and my phone crasched! I restored it but now i dont have any apps/games. What do i do? Doesnt itunes save a list of apps that i have bought?

    Your list of purchases is available if you log into your account in iTunes on your computer. You can also re-download apps for free (though you will have to find them yourself in the app store, iTunes won't find them for you) : http://support.apple.com/kb/HT2519

  • Can't sent emails after iPhone 5S upgrade to 7.1.1. Receive works but not send.

    My wife’s iPhone stopped sending emails after upgrading to iOS 7.1.1. She can receive emails but not send. I compared the email settings on my 5s with 7.1 (and no issues) to hers and they are identical (both are road runner accounts with the same domain name).  If I delete her email account and then re-add the account, send email works for a while but will eventually fail.  I’ve also been able to get send emails to work on her phone after sending an email from the same account via MS Outlook on my PC.  Everything else on the phone is working and her email account also works fine from MS outlook on my PC and on her MacBook Pro.   I called Verizon and they said they have had similar complaints from others after an iOS 7.1.1 upgrade. They had me delete/add the account then reset the wifi settings but that didn’t fix the issue. They suggested contacting road runner. Any thoughts on what the problem and resolution would be?

    OK so apparently it's some kind of corrupt backup. I checked my backup list and there's one from a year ago and then a few from this morning. Anytime I try to restore to the ones this morning, I have this problem. I was able to successfully restore from the one from a year ago.
    Now trying to get everything organized the way I like it. Ughh!!!

  • No email via iPhone or iPad but fine via web.

    I cannot acces my email on my iPhone or iPad but email is available via web. Error says username or password is incorrect, which is not true. Started around noon. Any ideas?

    Connecting to an incoming mail server with an email client is different from connecting to an account via webmail access using a browser. There can be a problem with the incoming mail server in this regard that has no effect on being able to connect with the account via webmail access using a browser.
    Who is the email account provided and have you contacted their customer/technical support?

  • Synching sent emails from iPhone 4 to Outlook

    I have a netspace email address in Australia and have changed it to an imap incoming mail server address as other discussion topics have indicated you need an imap account to synch emails across all devices. My incoming emails synch no problems but when I send emails from my iPhone 4, they do not appear either on the netspace webmail account or in my outlook. The outgoing server address is mail.iinet.net.au. Similarly, the iPhone 4 does not show the file structure that I have set up on Outlook. I have spoken to Netspace and visited the Apple store and no one has been able to help me.
    Does anyone have an answer to this problem?
    Thanks

    After setting your email account on your iPhone to be an IMAP account, you may also want to go into the Account settings and check the folders there. I do not remember if the default folders for inbox, sent items, and trash are all ones that are stored locally on the iPhone, or if it points to the corresponding folders on your server. I seem to recall that the sent messages, and trash needed to be changed if I wanted those to be saved to folders on the server and not local ones in the iPhone.

  • Voice memos emailed from iphone not delivered

    i have used the email option to email voice memos from that app on my iPhone - i have used 2 good email addresses mulitple times and not one has been delivered to the email on my iMac (not in spam either) - is there something that has to be turned on in the app to make emailing work?

    You just press on the attachment and a full screen player pops up. 
    Personally I only have my mailbox set to show 50 emails (Settings > Mail, Contacts, Calendars > Mail Show > 50 Recent Messages) now depending on how many you receive on that account your email with the voice mail attached could be pushed into the ether pretty quickly and you'd no longer have access to it in your mailbox. If your account supports it you might like to create a separate box to save the memos in - where they will persist.
    mrtotes

Maybe you are looking for