I am using rails devise gem. Devise sends cofirmation email to new users. Actionmailer is configured to use my gmail account to send emails.
The email is sent by sender: "no-reply@myapp.com" which is my actionmailer global username configuration.
I want to set sender to include my name "Mahmoud Khaled no-reply@myapp.com"
And for sure I can't update actionmailer username configration to include name because it should be only GMAIL username.
Any help how can i set devise from parameter?