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...
NLT-FlowNinja
Jan 19, 2019Copper 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.
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
Jan 20, 2019Copper Contributor
We'll test again.
When did you first saw this work?
Thanks
When did you first saw this work?
Thanks
- NLT-FlowNinjaJan 20, 2019Copper ContributorI created the flow today, it's working fine.
- NLT-FlowNinjaJan 20, 2019Copper ContributorFlow runs successfully.
- Mathew1992Feb 13, 2020Copper Contributor
NLT-FlowNinja My email id id XXX@Abc.com. I want to trigger an email from my SharePoint with some dummy email id like yyy@abc.com. I followed your steps uisng initialize variable.
But I got an error message "Not authorized to send on behalf of others. Could you please explain bit detail?