Share via

Sender name not showing in Outlook. Using FluentSMTP and a contact form

Amanda 0 Reputation points
2026-02-18T16:24:48.1233333+00:00

Hello, I can't get sender name to show up in Outlook. I have a contact form set up on a WordPress site and I'm using FluentSMTP conntected to Outlook. Has anyone had this issue and fixed it? Thanks.

I have already tried view and reset view.

Outlook | Windows | Classic Outlook for Windows | For business
0 comments No comments
{count} votes

3 answers

Sort by: Most helpful
  1. Gabriel-N 14,850 Reputation points Microsoft External Staff Moderator
    2026-02-19T09:00:22.92+00:00

    Please note that Q&A forum is a public platform, and moderators will modify the question to hide personal information in the description. Kindly ensure that you hide any personal or organizational information the next time you post an error or other details to protect personal data.

    Hello Amanda, thank you for reaching out to the Microsoft Q&A forum.

    From this point forward, I’ll be taking over from Austin to assist you directly in this thread, and I apologize for any inconvenience caused.

    Based on your description and my research, this behavior is expected with Microsoft 365 / Exchange. Outlook and Exchange typically resolve the sender display name to the default display name of the mailbox that actually sends the message, and they do not reliably honor a dynamically set “From” display name on a per‑message basis.

    This behavior has been reported for many years and still applies in many scenarios, as discussed here: Display sender name as set in message header, instead of full name from address book

    Important: This link will take you to Stackoverflow , which is outside Microsoft’s domain. Please note that Microsoft is not responsible for the accuracy, security, or advertising on external sites.

    In my own testing using WordPress with FluentSMTP via the Microsoft (Outlook/Office 365) API connection, I observed the same behavior described in that thread. Even after changing the sender name in the message configuration, the Outlook inbox continued to show the display name configured on the Microsoft 365 sending account, rather than the custom name.

    While I don’t currently have Divi available to test the exact contact form behavior, your symptoms align closely with what we typically see with Microsoft 365 / Exchange. In this case, the solution is more workaround‑based, as there is no reliable setting to force Outlook to display a different sender name per message.

    • Update the Divi contact form Subject to include the submitter’s name (and optionally company/email), for example: Contact form - {Name} - {Company} This makes the messages easy to identify in the message list and easy to filter/search with Outlook rules.
    • Turn on Message Preview in Classic Outlook so the first line(s) of the email body appear in the list view (handy if your email body starts with “Name: …”). You can do this from View > Message Preview and choose how many lines to show.

    I hope this helps clarify the behavior you’re seeing. If you have any additional questions, please don’t hesitate to ask.


    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.


  2. Austin-H 8,335 Reputation points Microsoft External Staff Moderator
    2026-02-18T23:47:14.8633333+00:00

    Hi Amanda , thank you for reaching out to the Microsoft Q&A forum.
    User's image

    Do you mean "sender name" here like the screenshot I provided? You would like it to show up as "Microsoft <......@microsoft(.)com>" or Microsoft?
    Please specify more about what you expected it to be.


  3. Q&A Assist
    2026-02-18T16:24:58.8166667+00:00
    AI generated content. This question contains an answer created with AI from Q&A Assist. Learn more

    If the sender name is not showing in Outlook when using FluentSMTP with a contact form, it may be related to how the email is being formatted or sent. Here are a few things you can check:

    1. SMTP Address Format: Ensure that the email is being sent in the correct format. The display name should be included in the format "display-name" <email-address>. If the display name is not set correctly, Outlook may default to showing the email address instead.
    2. Email Headers: Check the email headers to see if the From field is correctly populated with the display name. If it shows only the email address, it indicates that the display name is not being sent properly.
    3. FluentSMTP Settings: Review the settings in FluentSMTP to ensure that the sender's name is configured correctly. There may be options to specify the display name that should appear in the emails sent through the contact form.
    4. Testing with Different Email Clients: Sometimes, the issue may be specific to Outlook. Test the emails in different email clients to see if the display name appears correctly elsewhere.

    If these steps do not resolve the issue, consider reaching out to FluentSMTP support or checking their documentation for further assistance.


    References:

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.