Display Name in From field

We just upgraded from Messenger server 5.x to 6.2.
On 5.x email messages that were sent by the Messenger Server were received and viewed with the displayName in the From field of the message.
This is no longer the case with 6.2
We would like to restore this functionality. I'm hoping there is a setting that we set somewhere.
Examples:
From field from a 5.x message would appear as : Bob Walker<[email protected]>
From field from a 6.2 message appears as: [email protected]
Thanks, Bob.

bwalker55 wrote:
On 5.x email messages that were sent by the Messenger Server were received and viewed with the displayName in the From field of the message.
This is no longer the case with 6.2
We would like to restore this functionality. I'm hoping there is a setting that we set somewhere.Assuming you are using Messaging Express (and/or UWC/CE) to send the emails, you can configure Messaging Server to add a display name to the From: field by setting the following:
./configutil -o service.http.fullfromheader -v yes
./stop-msg http;./start-msg httpRegards,
Shane

Similar Messages

  • Mail not displaying names in "From" field correctly

    In my address book, I have people's names and their E-Mail addresses. It automatically completes the field when I send it; however, when I receive E-Mails from my contacts, it doesn't fill their name in. For instance, sometimes it just lists their E-Mail address, even though it is in my Address Book. Sometimes it gives the name they entered on their E-Mail server, not as the name I gave them.
    Is there any way to rectify this problem?

    Does that mean that I am going to have to tell ALL of my friends here in Japan to mess around with the way there phone stores/sends their addresses? OR will I be forced to get Docomo, AU and all of the mobile carriers in Japan to change their system???
    There has to be a better answer...
    If anyone in Japan has sorted this out, please let me know.

  • Mail: Display Name in "To:" Field

    Hi,
    In the mail app To: field a display name is associated with an email address. For a particular email address I want to remove this association.
    (apols this is difficult to explain).
    I am a member of an email group called TriLondon (at) yahoogroups (dot) co (dot) uk. A while back I wanted to be able to send automated reminders to this group via iCal. As I remember at the time I added this email as part of my profile in address book. When I recieve a message from this group the from field displays "Steven Lord" (ie my name) and when I send to it the to field displays "Steven Lord".
    This is now very confusing and I no longer want this associated. I have removed that email address from my profile in address book but still if I recieve an email or send an email to TriLondon (at) yahoogroups (dot) co (dot) uk it shows as Steven Lord in the to / from field.
    HELP !! I'm pulling my hair out trying to fix this.
    <Edited by Moderator>

    I don't have to log in to send to this group.
    Before any of this happened I could send an email to that group from Mail app on my mac. In order to be able to automatically send reminders to that group via iCal (I no longer need to be able to do this) I added an address to my profile in Address App. So I added the email address under my card in Address App.
    That resulted in any mail being received from the above group being labelled as coming from me.. ie Steven Lord. It's annoying and I've finally decided to try and sort it out.
    So...
    In Address App I've removed the email address trilondon 'at' etc... from my card in there. However, within Mail app any email coming from that email address is still labelled as Steven Lord.

  • Field name retrieval from field symbols after assigning to field in a struc

    We have an internal table of about 100 columns. First 7 of them have key values and other fields are data fields. Out of remaining 93 fields, any 2 to 3 fields have data stored in it in each record. Using field symbols in a loop (93 fixed iterations), we are identifying which fields has a data in it. Once we identify the field, how do we retrieve the name of the field / column of the table. We are performing further processing based on name of the field.
    Any ideas how to get the name of the column assigned to field symbols?
    sample raw code piece is as below:
    clear n.
    Do 93 times.
      n = n + 1.
      assign component n of structure itab to <fs>.
      if not <fs> is initial.
       Get name of the field in cfname.
        perform process_record using cfname.
      endif.
    enddo.
    Thanks.
    Regards.

    Hi,
    Try this..use the function module GET_COMPONENT_LIST to get the fields of the internal table and store it in an internal table ITAB_COMP..
    Then use READ TABLE ITAB_COMP INDEX sy-index..
    You can get the field name from the work area..
    Thanks,
    Naren

  • Include Name in From Field of Apex Email

    Hello,
    I would like to send an email from APEX using APEX_MAIL.SEND and include a name and an email address in the from field. I was thinking I need to do something like "My Name <[email protected]>" for the from field, but that does not work. Any suggestions?
    Thanks,
    Patrick

    Patrick,
    In the above documentayion link, you can find
    >
    p_from - Email address from which the email will be sent (required). This email address must be a valid address. >Otherwise, the message will not be sent
    I think system checks whether p_from , p_to etc. are in valid e-mail address format or not before it sends any mail. So I don't think system will send mail if you pass +"Joseph Jones" <[email protected]>+ value for p_from in APEX_MAIL.SEND procedure.
    Regards,
    Hari

  • Where does bcc display name come from

    Hello ...
    I have my iPad mail set up to bcc me; while the address is right the display name is wrong (I know only I can see it!).
    Where is this dislay name pulled from? Everywhere I look in contacts and settings it seems to be correct.
    Thanks,
    d

    Not sure. Might be something in these links.
    Setting up and troubleshooting Mail
    http://www.apple.com/support/ipad/assistant/mail/
    iPad Mail
    http://www.apple.com/support/ipad/mail/
     Cheers, Tom

  • Created By field shows display name.

    Hi,
    I have a SharePoint list and the created By Field exports as Display name when I export to excel. I would like to auto -populate a field in the SharePoint list that will auto populate the Field with display name of the field when an item is created.
    How can I make this possible?
    Thanks,
    techie

    hi
    you need to use JavaScript code for the same.
    <script src="/my/Style%20Library/jquery-1.11.2.js"></script><script language="javascript" src="/my/Style%20Library/jquery.SPServices-0.6.2.js" type="text/javascript"></script><script language="javascript"
    type="text/javascript"> </script> ​​​​ 
    <script language="javascript" type="text/javascript">
    $(document).ready(function() {
    var userName= $().SPServices.SPGetCurrentUser();
    $(".sp-peoplepicker-initialHelpText.ms-helperText").text("");
    $(".sp-peoplepicker-topLevel").val(userName);
     $(".sp-peoplepicker-topLevel").text(userName);
    </script>
    http://www.enjoysharepoint.com/Articles/Details/auto-populate-current-logged-in-user-name-in-sharepoint-2010-20799.aspx
    http://www.enjoysharepoint.com/Articles/Details/auto-populate-current-logged-in-user-name-in-sharepoint-2010-20992.aspx
    or set column deafault value as [Me]
    http://sharepoint.stackexchange.com/questions/118932/sharepoint-2013-auto-populate-person-column-in-list-with-creator-name
    Rajendra Singh
    Walking on water and developing software from a specification are easy if both are frozen
    If a post answers your question, please click Mark As Answer on that post and Vote as Helpful

  • ADF train task Flow display name comonent value from bundel

    hi
    i have som problem with adf bounded task flow train.
    i build a bounded task flow as fragment and train and i add display name component to each view , but how i can give the display name value from a view controller bundel .
    regards mohammad.j.yaseen

    1). Select the component for which you want to set the attribute to a bundle
    2). In the property inspector, click the context menu next to the attribute you want to pick from a bundle (the thing that looks like a "V" next to the field"
    3). Choose "Select Text Resource..." from the resulting menu

  • Display name of page template

    Hi,
    Is there any way to get the display name of a page template ?
    I am able to get the path of the page template using the preference bean but not the display name.
    Thanks,
    Anand.
    Edited by: Anand on Sep 5, 2011 11:58 PM

    Yes,Can u send me a code snippet to get the display name programatically from the resource manager.
    Thanks,
    Anand.

  • WebCamera How to set display name

    It' possible to setup a display name different from the name on LCCS?
    I have OWNER on LCCS but I want display my name.
    (I don't wont change the name  on LCCS)

    Hi,
    There is no direct way of changing the name in LCCS because it takes the name from your user descriptor and shows it.
    If you want to show your custom name, what you can do is subclass the WebcamSubscriber's layoutCameraStreams() function and in that look for the line
    cBar.cameraUserLabel = ud.displayName;     
    You may want to change that line by setting something of your own.
    Hope this helps
    Thanks
    Hironmay Basu

  • Mac Mail displaying incorrect name to the "To" and "from" field of all of my Hotmail emails

    When Hotmail is viewed via Mac Mail, the To: field displays the recipient’s name & Hotmail address. There is a serious problem with my incoming Hotmail … instead of displaying my name and Hotmail email address it displays my friend’s name (initials are RB) alongside my Hotmail email address ... for every Hotmail email that is sent to me no matter who emails me.  My contact/address book entries for my name and my friend are correct in Mac Address Book and Hotmail Contacts. Very strange.
    Mac Mail seems to be adding recipient name to the To:  field of all of my Hotmail emails & putting in the wrong name next to my email address!  I say this because the officialwww.hotmail.com site only displays a recipient email address in the To:  field (no name appears).  This error is only happening in Mac Mail with my Hotmail emails (not happening with my Gmail and Yahoo emails).
    How/why is a wrong name/my friend's name displayed next to my email address in every Hotmail message I view in Mac Mail?
    This error is only occurring in incoming Hotmail messages addressed to me.  Emails that I send using my Hotmail show my name & email address correctly in the From field.
    Thank you

    Mail has Smart Addresses that will display the name and email address under Preferences > Viewing, but your issue sounds like a different issue.
    Did you setup an outlook.com alias in Outlook.com when it made the transition? If not, add an alias and see if that helps. You can also test sending from the outlook.com alias to see if the results are as expected.
    For example if your Hotmail email is [email protected] then setup an alias [email protected]
    If that fails, test in a new User.
    Create a new User in System Preferences.
    Log into your new User.
    You can skip the Apple ID setup unless you are testing iCloud.
    Select Don't Sign in > Continue > Skip
    Open Mail and enter your Hotmail account.
    Does the problem go away?

  • From: field (Display Name) incorrect

    Hi, we have a number of N97's and E series phones that we have hooked up to our mail system which uses Zimbra mobile (mimics Activesync).
    My problem is that when a user sends a mail, the display name is incorrect (it shows company name instead) though the email address is correct. e.g. companyname ([email protected])
    If I create a mail on the device and lookup the message info I can see that before the message has left the device it has the company name as the display name => I am 90% certain this is an MfE issue. Also we don't have this problem with iPhones.I cannot see a field in MfE to set the display name manually.
    Any ideas as I can't see any other people with this problem. Also multiple versions of MfE in use.

    Thanks.
    The affected names are there - but shown in caps initial, followed by l/case letters. I've removed them anyway to see what happens.
    Is there a Mail cache file that I can delete?

  • How to get data from list of values (LOV) to be displayed in a text field ?

    Hi guys,
    I am very new to Oracle APEX so please spare me if it is a silly question. How can I get the selected values from a set of list of values (LOV) displayed in a text field (or text area or so) ? Fox example, in my form I create 4 items: STATE, COUNTY, STREET, ZIPCODE and all of them are LOV (list of values). I also create 2 buttons (ADD & REMOVE). Then I create a test field (or text area name SELECTED RECORD). Now here is what I want to do with my form:
    When I set the values for all 4 fields, I will click on the ADD button then I want those values be displayed in the text field.
    For example, if the selected values are:
    STATE = Alabama
    COUNTY = Abbeville
    STREET= 1 Street
    ZIPCODE = 36310
    And the ADD button is pressed. Then in the text field I want it displays like this:
    Alabama,Abbeville,1 Street,36310
    If I choose other values and click ADD again, a new line will be added into the text fields (text area). If I click the REMOVE button, then it will clear those two line in the text field.
    Would it be possible to do it? Any help will be greatly appreciated. Thanks in advance.

    If you can live with the page being submitted and refreshed, make your ADD button do a submit with a request value of ADD and make your REMOVE button do a submit with a request value of REMOVE.
    Then create two computations (one firing with a condition of Request = ADD and the other firing with a condition of Request = REMOVE).
    In the ADD one, concatenate the values together into the text area (most likely a PL/SQL computation wiill be what you want). In the REMOVE one, set it to null with a PL/SQL computation.
    If you want it done without submitting the page, make the buttons each do a redirect to a URL but instead you will have to write two short javascript functions in the page HTML header to manipulate the field values. Each button would call each javascript function in an onclick event.

  • From field in shared mailbox displays LegacyexchangeDN instead of person's email address.

    We have a situation where a group of users who utilize a shared mailbox are getting a weird issue from time to time.  They will take mail from their own mailbox and drag it to the shared mailbox.  Sometimes the email show up fine, other times the
    from field shows the GUID of the person's mailbox rather than their email address after they move it.  See attached pictures.  Any idea what would cause this and how I would fix it?  It appears this way in everyone's Outlook and OWA.  

    Hi,
    DisplayName is an Active Directory property which represents the display name of a recipient in an appropriate format to display to the end-user. This is a Unicode property which may contain non-ASCII characters so that a user name may contain DBCS characters.
    In your case, you need to create a registry entry on Outlook side.
    For more information, here is a helpful thread for your reference. (Note: Though it is Exchange 2010, it also replies to Exchange 2013 about this issue.)
    Outlook 2013 and Exchange 2010
    https://social.technet.microsoft.com/Forums/exchange/en-US/16e80e30-411c-4325-a7a7-1eb51a78700d/outlook-2013-and-exchange-2010?forum=exchangesvrclientslegacy
    Hope this can be helpful to you.
    Best regards,
    If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Amy Wang
    TechNet Community Support

  • How to find table name for the fields from Standard Extractor in CRM system

    How to find table name of fields from the standard extractor in CRM system ?
    e.g. We use LBWE TCode in R/3 system to find table name for the field from Extractor VCSCL(e.g.).
    Likewise is there any way to find table name for the fields from Standard extractor like 0CRM_LEAD_I.

    Hi ,
    Please find the link below for understanding BW CRM analysis.
    http://help.sap.com/bp_biv135/html/bw.htm
    activate the CRM DSs by scenario:
    1) Activate the application component hierarchy (tcode RSA9). Changes made to the application component hierarchy in the CRM system can be transferred to the BW using the "Edit Application Component Hierarchy" (SBIW - Postprocessing of DataSources).
    SAP Note 434886 must be implemented in CRM 3.0 before the application component hierarchy is activated.
    2) Activate the Business Content DataSources (tcode RSA5).
    Select/enter the application component and choose Execute (F8).
    To compare the shipped and active versions, choose the 'Select Delta' pushbutton. If there is no active version of the DataSource, it is selected automatically.
    To activate the shipped version, choose the 'Transfer DataSources' pushbutton.
    3) Management of the versions of the BW-Adapter metadata (tcode BWA5). All DataSources are displayed that are managed by the BW Adapter.
    As in transaction RSA5 (Service API Metadata Activation), the 'Select Delta' function can be used to select the inactive DataSources or compare shipped and active versions.
    You can also go directly to the screen for maintaining DataSources that are managed by the BW Adapter.
    The 'Compare Version' function makes a detailed comparison of the shipped and active versions.
    All BW-Adapter metadata is considered when versions are compared:
    Header information (Table SMOXHEAD)
    Mapping information (Table SMOXRELP)
    Global selection conditions (Table SMOXGSEL)
    Attribute key fields (Table SMOXAFLD)
    Hope this helps.
    Regards,
    csm reddy

Maybe you are looking for