Set sender name in Uniform

I am using @mzur 's Uniform to handle forms, all working well. One thing I would like to change - currently I am sending the emails from e.g. hello@domain.com, and when they are appearing in Gmail the name that comes up is hello. Is there any way I can set this in Uniform to come through as Business Name rather than hello?

Thanks!

You can set a fromName property, which should also work with Uniform because it uses $kirby->email() internally:

Awesome, that did it