Add e-mail sendername #16101
Sibren
started this conversation in
Features and ideas
Replies: 2 comments
-
I believe you can type it as |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi Søren,
That seems to do the trick. However it might not always be very user
friendly.
Best regards,
Sibren
Op ma 22 apr 2024 om 08:11 schreef Søren Kottal ***@***.***>:
… I believe you can type it as My Beautiful Name <
***@***.***> to get it that way. At least you can do
like that with the IEmailSender interface.
—
Reply to this email directly, view it on GitHub
<#16101 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AA26GYTPHDWO5NJQEKPTL73Y6SSYVAVCNFSM6AAAAABGNLVPZCVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4TCOBUGI2TI>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Right now, you can only specify the 'from' in Umbraco with an emailaddress, lets say 'mybeautifulemail@address.com'
Which means Gmail (and perhaps others) only show 'mybeautifulemail' as a name in your inbox and not a decent name.
I'd like to have the option to use a name too.
C# has this built in, but it seems Umbraco doesn't use it:
https://learn.microsoft.com/en-us/dotnet/api/system.net.mail.mailaddress?view=net-8.0
My proposition would be something like this:

Beta Was this translation helpful? Give feedback.
All reactions