EMAIL_NAME<EMAIL_ID> format is not working
Created by: niravdesai23
When gitlab sends e-mail, I want the From field to look like "Company [email protected]" .
in gitlab.yml I have set-up like below, email_from: "Company [email protected]"
But when I get e-mail it shows up only [email protected] .
How can I set EMAIL_NAME<EMAIL_ID> format?