Set From Address at runtime in email? #301
Unanswered
MilesGibson
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I need to be able to send emails as "Send on Behalf Of". So that means that the From email address gets set when the email is being constructed.
With Blazor, it seems that I have to set the From address in Startup.cs. Can I override the from address when I construct the email at runtime?
TIA,
Miles
Beta Was this translation helpful? Give feedback.
All reactions