Hi @capuderg, thanks a lot for this update. Works flawlessly.
Hi,
I too am interested in having a way to remove the ‘Force From Email’ when Gmail is selected as the mailer. I am in the same situation as @mredodos where I have multiple aliases and want to use different email ids for different purposes (emailing a client, mail from the contact form, etc.)
I was able to get it to work when I changed the code in Core.php and Processor.php where the option is forced irrespective of other setting, but this solution quickly became untenable as I had to remember to modify the code with every update.
Just my $0.02 – It would be great if you could please allow the option to be disabled via the ‘define’ route in wp-config.php. Specifically, could you please allow the following define to prevail in the Gmail mailer case:
define( ‘WPMS_MAIL_FROM_NAME_FORCE’, false );
Thanks.