Announcement

Collapse
No announcement yet.

Change of "from" address of mass emails.

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Change of "from" address of mass emails.

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


  • #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

    Comment

    Working...
    X