Forum Discussion
Zunair Fayaz
Feb 16, 2018Copper Contributor
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-FlowNinjaCopper ContributorCame 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 FayazCopper ContributorWe'll test again.
When did you first saw this work?
Thanks- NLT-FlowNinjaCopper ContributorI created the flow today, it's working fine.