Is there a way how to change "from" address of mass email sender?
Change of "from" address of mass emails.
Collapse
X
-
Tags: None
-
Hi,
never "mass email", but i see this :
$fromAddress = $params['fromAddress'] ?? $this->config->get('outboundEmailFromAddress');
so, somewhere you can put fromAddress (?) as params or get fromAddress from config fileIf you could give the project a star on GitHub. EspoCrm believe our work truly deserves more recognition. Thanks.
Comment