Forum Discussion

Zunair Fayaz's avatar
Zunair Fayaz
Copper Contributor
Feb 16, 2018

Flow - Email To Address Display Name

Steps to reproduce the Issue:

  • Create an email pbidistro@domain.com
  • Set the name on the email as "PBI Distro"
  • From Flow send email using SMTP or Gmail action.
  • Receive email with Display Name as pbidistro

In SMTP action, we have also tried the following in From field: 

  • "PBI Distro <PBIDistro@domain.com>"
  • "PBI Distro (PBIDistro@domain.com)"

 

So, is there a way to edit "Display Name" while sending an email through flow?

We want to make sure the email's "Display Name" looks pretty when user receives the email.

  • NLT-FlowNinja's avatar
    NLT-FlowNinja
    Copper Contributor
    Came across this post looking for the answer, so I'll post what worked for me.

    Use the SMTP Connector.

    In your flow, initialize a variable, name it whatever you want, set the initial value to Test<test@test.com> don't use quotes, obviously change this to be whatever you want to use as your From email address. Then in the send email action, choose the variable as your From email address and it works like a charm.
    • Zunair Fayaz's avatar
      Zunair Fayaz
      Copper Contributor
      We'll test again.
      When did you first saw this work?

      Thanks

Resources