Displayed Header Info Prints Differently

The header info. that's displayed on-screen, is different than what gets printed. How do that happen?
Specifically, the displayed header info. shows; "To: My Name" but when printed that same line is changed to; "To: my email address".
I need the header and email to print the exact way it is displayed. How do I get Mail to accomplish this simple task?
Thanks,
PS - Apologies for the rude screen name. I got frustrated with the account creation hassle.

Greetings,
When printing email, the displayed name (or Smart Address if you have that enabled) will always show the name and/or the email address of the person it's To: and From:; there's no way around that.

Similar Messages

  • How to display the header data on different position in alv report

    hi all,
    how to display the header data on different position in alv report.
    for example ,
    customer                                                   name
      xxxx                                                         xxxx
                     vendor        name     street 
                      xxxx         xxxx      xxxxx
    pls   help me .

    hi
    as per my understanding you need to trnasfer header internal table data  to pdf..
    please check the following links for internal table to pdf..
    Convertion of Internal table data to PDF
    This link is related to ur issue
    Re: how to insert the calling of the FM: OTF to PDF
    Thanks

  • Java Mail header info displayed in email results

    I am having problems with the output generated by the send() method in javamail. The out contains unwanted email header info within the email. Please review code and email output. The Cc: thru Content-Transfer-Encoding should not display
    -Thanks....
    Greg
    Code :
    +++++
    Session session2 = null;
    Properties props = new Properties();
    if (ConfigInfo.getBatchJob() == false) {                       
         InitialContext ic = new InitialContext();
         Session session = (Session) ic.lookup("myMailSession");
         props.put("mail.from", fromAddress);
         session2 = Session.getInstance(props);
    } else // email from batch job
         props.put("mail.store.protocol", "pop3");
         props.put("mail.transport.protocol", "smtp");
         props.put("mail.host", ConfigInfo.getMailHost());
         props.put("mail.smtp.host", ConfigInfo.getMailHost());
         props.put("mail.from", fromAddress);
         session2 = Session.getInstance(props);
    Message msg = new MimeMessage(session2);
    msg.setFrom();
    msg.setRecipients(Message.RecipientType.TO, InternetAddress
              .parse(toEmailAddress, false));
    msg.setRecipients(Message.RecipientType.CC, InternetAddress
              .parse(copyEmail, false));
    msg.setRecipient(Message.RecipientType.CC, new InternetAddress(
              copyEmail));
    msg.setSubject(subject);
    msg.setSentDate(sentDate);
    msg.setContent(content, "text/plain");
    Transport.send(msg);
    Output:
    +++++
    ....... Unwanted email header info <<<<<<<<<<
    Cc: [email protected]
    Mime-Vesrion 1.0
    Content-Type: text/plain
    Content-Transfer-Encoding: 7bit
    ----

    Hi,
    Thanks for the info.
    The Extra Text is not to be seen now. That’s good. But I have another issue now. The email skips new lines.
    If I have a new line in between the two blocks , the email skips the new line.
    e.g. If I had to sent the following data:
    "Line1
    Line2"
    It appears as "Line1 Line2" in the end. The new line is skippeed.
    Appreciate if someone can tell me the reason/solution.
    Regards,
    ParagJ

  • Display Header/Footer Information while Printing WAD BI7.0

    Hello all,
    My customer requirement is not to display Header/Footer on the Portal Screen via WAD, but while Printing, they want to display the Header/Footer. Is there any properties within Web Application Designer that this is done?
    Thanks,
    Af

    Hi
    1.Use a Table inside a Container Item.
    2.In the table use Text Box( available in Miscelleaneous tab in the left) in the header and the footer
    3 Drag button group Item and in the properties internal display press the combo button
    4.Press Combo Command-> all commands->Commands for Web Templates-> export web application. Come again to Favourite comands tab -> Place the cursor over Export Web Application -> Press Next Button in the footer
    5. Here in the Item Binding tab, give item which needs to be printed
    In your Portal, you can give the query for display without this settings
    Regards
    N Ganesh

  • How To Copy and Print Multiple Message Basic Header Info

    Is there a way to highlight multiple messages and then copy, print or export ONLY the basic header info such as From/To/ Subject/Date/Time, etc?
    I've tried several things but always get the entire message when I select and try to copy or print a list from the Inbox or other mail boxes.
    I looked at this article that seemed promising:
    http://email.about.com/cs/macosxmailtips/qt/et071803.htm
    . . . but can find no such "print selected summaries" dialogue or option to do so.
    Any suggestions?
    This would be for a printed list of email headers such as one's secretary might give one or email to one as a "heads-up" of what's on tap.
    JoeL
    PowerMac 1.25 DP, 1TB HDs, 1.75GB RAM, Superdrive   Mac OS X (10.4.6)  

    What I was hoping was that the features had been moved but were still available. Apparently now you can only copy and paste or print the entire message except if it's HTML in which case, that text cannot be coped from a header list.
    Thanks!
    JoeL

  • Is it possible to display unrelated info without using a subreport?

    Hi,
    I'm trying to create a report that displays 2 different sets of information without using a subreport. 
    The first section of info (the part I'm having trouble with) is simple displaying the info in the db.  It is just the differnt security settings of the system.
    The second section of info is each users info and their personal security settings.  This part is not a problem and displays correctly.
    How can I get the first section to be displayed at the top of the report without it affecting the second section which uses the group header and details portion of the report?  When I try and put it in the Page header it throws off the second section and causes the information in the details to be repeated multiple times.
    Is it possible to do this without a subreport?  I'm using Crystal Reports 2008.
    Thanks Mike
    Edited by: Mike Swift on Aug 21, 2008 5:35 PM

    Mike
    Have you tried selecting the "Select Distinct Records" box in report options.
    Maybe this has nothing to do with your problem but I thought I would throw that out.
    Good luck

  • How to display header fields names in the next page in report6i

    how to display repeat header field names into the next page in report6i urgent plz......
    When i am runing report in 1st page only the header information is displaying in 2 page the header info is not displaying only records are displaying.So i want to display the header info in 2nd page also.
    Plz help out.

    Hello,
    Go to the report layout model and select those items/objects which are not getting display on next page and open the property pallet by pressing F4 key and set the property Print Object On to All Pages then it will display on all pages.
    -Ammad

  • I want to display header information of My ALV Report center Aligned.

    Hi all,
    I want to display header information of My ALV Report center Aligned. How can I do it..Also I want to show two different Layout display of ALV report according to the Radio Button Present in the selection screen.. Pls help me out in this.

    Hi,
    call function 'REUSE_ALV_GRID_DISPLAY'
           exporting
                i_callback_program      = gd_repid
                i_callback_top_of_page   = 'TOP-OF-PAGE'  "see FORM
    Form top-of-page.
    *ALV Header declarations
    data: t_header type slis_t_listheader,
          wa_header type slis_listheader,
          t_line like wa_header-info,
          ld_lines type i,
          ld_linesc(10) type c.
    Title
      wa_header-typ  = 'H'.
      wa_header-info = '       EKKO Table Report            '. Leave Space such that it comes to Center
      append wa_header to t_header.
      clear wa_header.
    Date
      wa_header-typ  = 'S'.
      wa_header-key = 'Date: '.
      CONCATENATE  sy-datum+6(2) '.'
                   sy-datum+4(2) '.'
                   sy-datum(4) INTO wa_header-info.   "todays date
      append wa_header to t_header.
      clear: wa_header.
    Total No. of Records Selected
      describe table it_ekko lines ld_lines.
      ld_linesc = ld_lines.
      concatenate 'Total No. of Records Selected: ' ld_linesc
                        into t_line separated by space.
      wa_header-typ  = 'A'.
      wa_header-info = t_line.
      append wa_header to t_header.
      clear: wa_header, t_line.
      call function 'REUSE_ALV_COMMENTARY_WRITE'
           exporting
                it_list_commentary = t_header.
               i_logo             = 'Z_LOGO'.
    endform.

  • Print different text elements on the same line

    Hi all,
    1.
    Is it possible to print different text elements on the same line ? with multiple write_form
    CALL FUNCTION 'WRITE_FORM'
         EXPORTING
             element       = 'TITLE1'
             WINDOW        = 'INFO'
         EXCEPTIONS
              ELEMENT       = 1.
    CALL FUNCTION 'WRITE_FORM'
         EXPORTING
             element       = 'TITLE2'
             function      = 'APPEND'
             WINDOW        = 'INFO'
         EXCEPTIONS
              ELEMENT       = 1.
    How to print TITLE1 and TITLE2 on the same line ?
    TITLE2 in bold.
    2. How to print 2 text elements on the same line with include statement ?
    /: include test1 ...
    /: include test2
    Thanks
    Edited by: Moo Yac on Sep 22, 2008 8:23 AM

    To be more specific :
    I want to print the following
    Text_symbol1:$Var1$      Text_symbol:$Var2$
    on the same line.
    where Text_symbol1 and Text Symbol2 are defined in SO10 for different languages.
    Thanks.

  • Restrict Repeating frame header to print once per page

    is there any way I can restrict the repeating group header to print only once per page, inspite of the fact that the group has now changed ??

    Hi,
    There is an option in Frame properties -> Show objects in -> you can choose first page so that the objects will be displayed in the first page.
    What do you mean by 'group has now changed'?
    Regards,
    Soofi

  • This additional info printing on the preprinted stationary on One printer &

    Hi,
    I am using smartform to print info on the preprinted stationary.
    The info to be printed is coming fine, But it is printing additional info like Job Name and User name (Login name) on the top left hand side of the pre-printed stationary when we use "HP Jetdirect print server".
    The same does not happen when i choose Epson printer as the Front end printer.
    To check if this has got some thing to do with the printer settings, When i print a Word Document to the same printer "HP Jetdirect print server". It does not print the additional info ( job name , user name ).
    So please let me know what could be the reason for this additional info printing on the preprinted stationary on One printer & Not on other printer.
    Regards,
    Siva

    Have your Basis look into the Printer initialization code in the transaction SPAD. This code is linked to the output device and paper format type, so it is possible that the same printer works differently with different paper media.
    Also have them check if there is a cover page. Although it would print as a separate page, I believe...
    If you don't want to wait for Basis guys, see here how to get to the printer initialization code (you'll need access to SPAD though):
    http://friendlyabaper.blogspot.com/2007/01/there-is-something-about-printer.html

  • Smartform - Printing differently on different printers

    Hi Guru's,
    I've a problem in printing the smartform to 2 different printers.
    1. LOCL - we don't have any problems in printing to the Local Printer.
    2.HP Printer (HIITPRT21) - when we print the document using this printer , Header is printing in one page and the Remaining contents (Main Window) is printing in different pages.
    I don't think there is a problem with the smartform, because it should print the same way on LOCL as HP Printer Does.
    Could you please let me know where the problem is and how to resolve it???
    http://wiki.sdn.sap.com/wiki/pages/viewpage.action?pageId=190743231
    The above blog is talking about the problems, it is mentioning about the problems with the print controls..how to know which one is causing the problems??
    Thanks,
    Adi.

    Moderator message -
    When closing old threads, there is no need to add a comment. Adding a pasted answer like "Resolved myself " only brings old threads to the top of the forum list and pushes current ones down. If you do add a comment, please indicate just how the problem was resolved.
    Note to potential responders to this post - I just rejected about 40 of your posts today. I didn't see that you had assigned a single point to any of the helpful answers or even a "thank you".
    Rob

  • ALV header not printing

    Hello everybody,
    I am printing an ALV report. The problem i am facing is,
    1. When using write statement top of page event is triggered but O/P IN GRID header is blank?
    2. When using REUSE_ALV_COMMENTARY_WRITE, header is printed. But how can I move the texts to custom position.
    Urgent reply needed.
    Thanks.

    Hi Michael,
    One idea could be place ur text in the wa as per ur requirement(i.e. position).
    eg: WA_LIST_COMMENTARY-INFO+20(10) = 'My Header'.
        APPEND WA_LIST_COMMENTARY TO IT_LIST_COMMENTARY.
    Now Pass this internal table to COMMENTARY WRITE FM.
    But here u have restriction. Max length that can be passed to
    this internal table is 60 characters.
    Thanks,
    Vinod.

  • Mac Mail header info gone

    How do you put the header info back? Sender, Subject, Attachment save option etc are suddenly missing from incoming email.
    The email just displays the letter portion only.

    Open up the Mail preferences. Go to the "Viewing" section. There is a dropdown listbox for Header Details. You can set that back to default.

  • Viewing header info not aligning properly

    I've been using Microsoft Entourage for about 6 years or so and decided to try out the Mail program. I'm running Mail 2.1.2 on OS 10.4.11. Everything is working fine except the way the emails are displayed. Header info, "From" and "To" are not aligning up properly with the names.
    The sender's name (email address) is at the top and there are approx 12 line spaces (blank) before the "From:". "Subject" and "Date" info are aligned properly. Following the Date info, the receiver's name and email address is displayed followed by about 12 line spaces (blank) before the "To:". This makes the header info take up a lot of space with empty area.
    I tried changing fonts and sizes with no luck. I ran all the updates which also didn't fix the problem. FYI, I use the Suitecase to manage my fonts.
    Any suggestions will be greatly appreciated.
    Thank you!

    This is a font issue. You’ve probably either disabled or removed a font that Mail needs to work properly (e.g. Helvetica):
    Font Management in Mac OS X Tiger and Panther
    You can only change in Preferences the fonts that Mail uses for some things. The font that Mail uses for other things, and for message headers in particular, is fixed (Helvetica).

Maybe you are looking for