Skip to content

Newsletter name and email wrong way around so name cannot be set #7055

Closed
@cylix99

Description

@cylix99

https://github.com/magento/magento2/blob/develop/app/code/Magento/Newsletter/Model/Queue.php#L239

getNewsletterSenderEmail and getNewsletterSenderName are the wrong way around

Preconditions

Steps to reproduce

  1. Send a newsletter setting email to email address and name to short name and email failed

Expected result

  1. to fix line 239 should read
    ['name' => $this->getNewsletterSenderName(), 'email' => $this->getNewsletterSenderEmail()]

Actual result

  1. [Screenshot, logs]

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions