umbraco / Umbraco.Forms.Issues

Public issue tracker for Umbraco Forms
29 stars 0 forks source link

Add e-mail sendername #1207

Closed Sibren closed 5 months ago

Sibren commented 5 months ago

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: image

AndyButland commented 5 months ago

I think you probably need to create this as a feature suggestion on the CMS issue tracker here. What you've proposed is making changes to the CMS SMTP settings, that Forms will use, but need to be updated in the CMS itself.

I'll close this but would suggest you recreate over on that repository assuming you can't find discussion of the request already there.