Change of "from" address of mass emails.

Collapse
X
Collapse
+ More Options
Posts
 
  • Time
  • Show
Clear All
new posts
  • david.strejc
    Member
    • Jul 2016
    • 38

    Change of "from" address of mass emails.

    Is there a way how to change "from" address of mass email sender?

  • item
    Active Community Member
    • Mar 2017
    • 1480

    #2
    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 file
    If you could give the project a star on GitHub. EspoCrm believe our work truly deserves more recognition. Thanks.​

    Comment

    Working...