How to set email so it shows messages i sent?

In my mac email inbox I can see the responses from my recipients but not the messages i just sent to them. I can only read my response once they have responded in the email thread. How can I get it so it lists my sent email too?

Welcome to Apple Support Communities.
These screen shots are from Mail.app version 4.6 (1085) on OS X 10.6.8.
Click an image to enlarge it to full size.
There should be a 'Sent' tab in the far left column of your Mail app under the heading 'MAILBOXES'
Move the cursor to the 'Sent' line (the one with the paper airplane icon)
Click on the 'play' triangle so it faces downward to reveal any and all email accounts you have set up in Mail.
(I have intentionally obscured some mailbox and message details in this image.)
Click on any one of the mail accounts listed under 'Sent' to see emails you've sent, as shown for the iCloud account below. (I have intentionally obscured some mailbox and message details in this image.)

Similar Messages

  • How to set Email Body in srw.add_parameter(myPlist,'MESSAGE'....

    Hi, i have created following procedure to send email using event driven Publishing API,
    it works fine, i have using "message" and "body" in add_parameter ,but it send email with no body/message,blank email body.
    Please help out how to set email body....
    im using
    - AS 10g(10.1.2)
    - Windows Server 2003
    --procedure
    CREATE OR REPLACE PROCEDURE testemail
    is
    myPlist SRW_PARAMLIST;
    myIdent SRW.Job_Ident;
    myStatus SRW.Status_Record;
    BEGIN
    --srw.start_debugging;
    myPlist := SRW_PARAMLIST(SRW_PARAMETER('',''));
    srw.add_parameter(myPlist,'GATEWAY','http://myserver:7778/reports/rwservlet');
    srw.add_parameter(myPlist,'SERVER','myrepserver');
    srw.add_parameter(myPlist,'REPORT','D:\Reports\abc.rdf');
    srw.add_parameter(myPlist,'USERID','abc/xyz@mydb');
    srw.add_parameter(myPlist,'DESTYPE','mail');
    srw.add_parameter(myPlist,'DESFORMAT','PDF');
    srw.add_parameter(myPlist,'DESNAME','[email protected]');
    srw.add_parameter(myPlist,'SUBJECT','Test Mail');
    srw.add_parameter(myPlist,'MESSAGE','This is test email');
    srw.add_parameter(myPlist,'FROM','[email protected]');
    myIdent := srw.run_report(myPlist);
    myStatus := srw.report_status(myIdent);
    --srw.stop_debugging;
    end;
    /

    1. Current work flow :-In web site the user have to register themselves in the web site and enters his details along with user id, password and email id. Once user
    is registered then he will login with his user id and password. The user id is picked from login control and that set in “SPWeb.CurrentUser” as user id and system uses "Membership.ValidateUser" method to Authenticate user for login. 
    2. New Requirement: we would like to facilitate the user to login with Email id as well as user id. 
    Problem: 
    We replaced "Membership.ValidateUser" method to our own method to Authenticate user with email id/user id and password. 
    When user is login with user id and password it is working successfully but in the case of email id and password –“the email id is picked from user control and set as
    "HttpContext.Current.User.Identity.Name" but we are not getting “SPWeb.CurrentUser” and it shows null value.” 
    We are able to get user id from database using email id of user. Please help us how we can set user id in "SPContext.Current.Web.CurrentUser".
    Mohan Prakash

  • How to set email notification,

    How to set email notification , if my apple ID is used from find my iphone or in any other case?

    What are you rmail settings?  Sounds like manual pull versus push, is this correct?  If your email provider does not offer "push" mail like gmail or iCloud then change from manual pull to hourly or the interval you prefer; more frequent can degrade battery performance.
    Also, go to Settings > Notifications and select "Mail" and move "view in lock screen" to on to see message previews in the lock screen.

  • How to set iPhone 5 to show % of battery usage?

    How to set iPhone 5 to show % of battery usage?

    Tap Settings App > General > Usage > Battery Percentage > ON.

  • TS3276 After updating software yesterday, noticed that sent emails are not showing up in Sent Folder for one of my accounts.

    After updating software yesterday, noticed that sent emails are not showing up in Sent Folder?

    Are you storing Drafts, Sent, Trash and Junk messages on the server via your .Mac account with Mail?
    If so, do you access your .Mac account with an email client on another computer or regularly access your account via webmail on another computer?
    If not, any other reason you need to store Drafts and Sent messages on the server?
    While composing a message with Mail, it is temporarily saved in the account's Drafts mailbox so sounds like something went wrong with the process between finishing and sending the message with Drafts and Sent being stored on the server.
    If you don't have any need for this, better to store Drafts and Sent messages locally on the hard drive with Mail.

  • How to set values of a parameterized message in ADF Faces?

    Hi all,
    i've got the following problem: I want to set the values of a parameterized message before i add the message to the FacesContext.
    Contents of the message resource bundle:
    testPage.successMsg.create=The device {0} was created successfully!
    Code within backing bean method:
    String message = getStringFromBundle("testPage.successMsg.create");
    FacesContext.getCurrentInstance().addMessage(null, new FacesMessage(message));
    In Struts/ADF UIX the following code did the job:
    protected void setUIXInfoMessage(HttpServletRequest request, String key, Object[] args)
    MessageData msgs = new MessageData();
    MessageResources mr = this.getResources(request);
    String msg = "";
    if (mr != null)
    msg = mr.getMessage(request.getLocale(), key, args);
    msgs.addMessage(null, msg, null, UIConstants.MESSAGE_TYPE_INFO);
    request.setAttribute(UIX_MESSAGE_KEY, msgs);
    Can anyone help me with this problem? I have searched a lot in the Oracle ADF Development Guide and within forum, but did not find any solution.
    Another interesting thing is, how to set the parameters from jspx-Code.
    How can i achieve the same results in ADF Faces corresponding to the following UIX-Code:
    <boundAttribute name="title">
    <messageFormat format="${nls['deleteTip.confirmation']}">
    <dataObject source="${bindings.TipName}"/>
    </messageFormat>
    </boundAttribute>
    Resource Bundle:
    deleteTip.confirmation=Do you really want to delete the tip {0}?
    Another question:
    What are the corresponding elements in ADF Faces corresponding to <concat> and <if> in UIX or what possibilites exist in ADF Faces to dynamically concatenate strings depending on certain conditions?
    I know, these are many questions. I am familiar with UIX, but now i have to start developing applications with ADF Faces and there are some things i don't find corresponding equivalents.
    Thanks in advance!
    Regards,
    Stefan

    Hi,
    SRDemo shows you how to do this declratively
    <h:outputFormat value="#{res['srcreate.confirmPanel.message']}"
    escape="false" id="nextButton">
    <f:param value="#{requestScope.SRDEMO_CREATED_SVRID}"/>
    </h:outputFormat>
    where the <f:param ...> element sets the value of the variable
    To programmatically access internationalized strings, SRDemo uses
    private static ResourceBundle getBundle() {
    FacesContext ctx = getFacesContext();
    UIViewRoot uiRoot = ctx.getViewRoot();
    Locale locale = uiRoot.getLocale();
    ClassLoader ldr = Thread.currentThread().getContextClassLoader();
    return ResourceBundle.getBundle(ctx.getApplication().getMessageBundle(),
    locale, ldr);
    public static String getStringFromBundle(String key) {
    ResourceBundle bundle = getBundle();
    return getStringSafely(bundle, key, null);
    You take it from there and put it to a FacesMessage, If it uses parameters I guess you will have to parse the string
    Frank

  • How to set the default item showed in a h:selectonemenu

    I need to show the second, or the third, and on so.
    i tried some ways to set the default item showed in it, but failed.
    i had tried the attribute value, but it stiil showed the first item.
    Can u help me?
    in the JSP
    <h:selectOneMenu id = "companyName" rendered="true" binding="#{j03CMSyainAddBean.selectCompany}" style="width:150">
           <f:selectItems value="#{j03CMSyainAddBean.companyList2}"/>
    </h:selectOneMenu>in the back BEAN
    private UISelectOne selectCompany;
    private ArrayList companyList2;In the ArrayList companyList2, there are several selectItems.
    Thanks
    George

    Sanjeev K Sharma wrote:
    and without messing with /boot/grub/grub.cfg  ?
    I need this so that new kernels show up but do not change the default boot kernel
    Is there a way to do it by file name instead of position within the menuentry / submenu list?
    I found some ubuntu and fedora sugestions but all by position, none by name
    AND how to set the kdump kernel as the default?
    Arch is putting this kernel under a submenu - would this pose problems for setting it as the default?
    In /etc/default/grub you can use the name of your entry you wish to use as default
    GRUB_DEFAULT='Arch Linux, with Linux core repo kernel'
    You can tell grub to stop using submenus by doing:
    GRUB_DISABLE_SUBMENU=y
    Or you can just make a purely custom menuentry in /etc/grub.d/40_custom if you'd like:
    menuentry "Other Linux" {
    linux <KERNEL IMAGE HERE>
    initrd <INITRD IMAGE HERE>
    EDIT: /etc/grub/default -> /etc/default/grub
    Last edited by Slabity (2015-04-07 11:16:22)

  • How to set acknowledgement flag in asynchronous message

    Hello,
    I just read in the documenation that it is possible to request acknowlegment messages by setting an "acknowledgement tag" in the request message.
    My question now is how to set this acknowledgement tag and which rules I have to follow? Do you have any more information on this topic? I see the flags in "ReliableMessaging" but not sure how to set them.
    Thank you.
    Edited by: Florian Guppenberger on Dec 2, 2009 5:16 PM

    Hi,
    For idoc check this links
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/f6d2d790-0201-0010-9382-b50b499b3fbe
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/f6d2d790-0201-0010-9382-b50b499b3fbe
    I don't think it is possible for Proxy.
    Regards
    Ramesh

  • How to set VL 626 to warming message

    Dear Expert,
    Understand error message VL 626 is not controllable error message.
    1. How could made system ignore this error message?
    2. How could change it to warming message?
    Regards.

    Hi Chan,
    First of all ..i wont suggest for changing this msg from error to warning..becoz thats the ways system should work as well as business..but anyway if you  want to do...then here is the solution..
    while doing reverse system calls function module  WS_REVERSE_GOODS_ISSUE..in that when it check for date..it again calls another function module MESSAGE_STORE and here u have that message class VL and message number 626 and msg type as E....all u need to do is make this E to W...but dont do just as it is...
    Pls involve ABAPer..explain the problem, show him the error and then show this fuction module...abaper will analysis and i am sure ur problem will be resolved
    I hope this helps and resolves ur issue and if yes then pls reward pts.
    one request is pls reply back whether this resolves or answers ur question or not becoz i have notice people not replying inspite of providing proper soultion
    Regards
    Jagdish

  • How to set font for title and message in JOptionPane?

    Hi,
    I have following test code.
    JOptionPane.showMessageDialog(null, "Some Alert Message", "Alert", JOptionPane.ERROR_MESSAGE);In this code can we set font for "Some Alert Message", "Alert"?
    Regards,
    Kalyani......

    roll-your-own?
    import javax.swing.*;
    class Testing
      public static void main(String[] args)
        JDialog.setDefaultLookAndFeelDecorated(true);
        JOptionPane optionPane = new JOptionPane("<html><font size='5'>Your message here</font></html>");
        optionPane.setOptionType(JOptionPane.DEFAULT_OPTION);
        optionPane.setMessageType(JOptionPane.ERROR_MESSAGE);
        JDialog dialog = optionPane.createDialog(null, "Alert");
        dialog.getLayeredPane().getComponent(1).setFont(dialog.getFont().deriveFont(18f));//size = 18/whatever
        dialog.setModal(true);
        dialog.setVisible(true);
    }

  • How do I delete a large text message I sent that glitches the message app?

    I just recently sent a REALLY large text message to my friend, but I don't think she actually got it. Since I sent this really big text I can't open the app for messages. Well, I can but it is frozen in the convo I sent the text in and after about 3 seconds the app closes back to the home screen. In the few seconds that I can keep the app open I tried to press the back button (on the upper left hand corner), to delete the convo so that is gets rid of the message. But, like I said before, it is frozen so it won't go anywhere. Also, while the app is open for a few seconds I tried holding the large text to delete it, but again the app is frozen so will do absolutely nothing. I really don't know how to to delete the convo or message to get the app working again. Please tell me if there is any other way to get the app working again. I have thought of resetting me phone, but that would be my last resort. I have a ton of valuable information I have to keep. Thank you!

    Reset the Device using this method:  Hold the home button + the lock button for about 10-12 seconds until the Apple logo appears.  You will not lose any data or current settings.

  • How can I see exactly what time messages are sent or received from IPhone 4

    Is there any way to view exact times that messages are sent and received from an iPhone 4 running iOS 7?

    If you are using iOS 7, then slide the text bubble to the left and you can see the time stamp to the right of the bubble.

  • How do I do data compression when message is sent over RMI-IIOP

    Hi,
    Is there a way one can do data compression/de-compression when message is sent over RMI-IIOP ?
    Regards,
    Sourav

    To elaborate on Tammy's idea, you could use for instance C:\Users\Public at the place where you initially put your Excel file to make sure this is found on the target computer. I would consider this a workaround though.
    Or for Lumira documents that you already designed, change the location of the Excel file and use Data/Edit from your computer, then save the Lumira documents before sending them to the target audience. 
    From my humble opinion, the product should allow to use Data/Edit and change the source file even if the initial file path is no longer found. This should be possible for your target audience.
    Antoine

  • How to set my ipad to show the latest email first in each account when opening mail ?

    In one of my email accounts (@btinternet.com) when I open the mail display, the default setting is to have the oldest email on the account rather than the most recent. This means I have to annoyingly have to scroll up to the most recent. How can I configure so that on opening of the account, I am immediately taken to the newest email.
    Thank You

    Thank you, this has resolved both the iphone and ipad problem immediately.  I am concerned that I may have a problem with apps that I bought under my old  AppleID as they will not be recognised.  Any suggestions for this please?

  • How do I change iPhone 4 show messages. Count to another account

    How do you change the email account that is effected by the recent messages count option. I have three email accounts. You would think that the default account would be the one it points to. The default account is the first one in my list of accounts. The account that is effected by the recent messages setting is the third one in list

    I hope your friend deactivated Find my iPhone before giving the phone to you, because otherwise the phone will be useless to you as Activation Lock will prevent your activating it. I suspect the friend did not deactivate Find my iPhone, because doing so would have reset the name of the phone to "iphone". So the best thing for you to do is to have your friend follow these instructions: http://support.apple.com/kb/HT5661

Maybe you are looking for

  • Why cant I login to my Mac Pro?

    Hi, when I try to login to my Mac Pro from wakeup screensaver (it asks for the password), it no longer accepts my password. When I erase the username on that screen and try to type it in, it does not echo the characters on the screen either. It just

  • Discrepancy in Default Domain Policy

    Hello,  About 6 months ago we migrated from DC's running Windows 2003 R2 to Windows 2012 R2. At that time we raised our domain functional level to "Windows Server 2008 R2" I am trying to audit my Group Policy and have found a problem I am unable to e

  • Called 4 times to pay cancel contract and pay fina...

    Called 4 times to pay cancel contract and pay final bill still not received the bill ! I have called on the 19/08/2013 to cancel the contract and the operator told me they would put me through to the cancellations team and they would send me a final

  • File error - FORMAT TOO NEW

    I am very stuck at the moment. I am helping a uni student with a project in edits and this " "File's format is too new for this version of the application" message comes up but I have made sure the FCP versions were the same and they are. I have FCP

  • I have a macbook from 2009 with no LCD screen on it but 100% working. What do you sugest I do with it

    Ok, I have a MacBook laptop that I bought from some friends who smashed it. They trashed the screen but the rest works. I bought it for $20. Now what should I do with it. The specs are better then anyother computer I have and I would like to use it b