Skip to content

replyTo BUG #6

Description

@cristisst

Hi,
while trying to figure out why the replyToEmail argument isn't picked up, I've discovered a bug in your Mailer class at line 161:
if (!empty($mail['replyToEmail']) && !empty(static::$config['defaults']['replyToEmail'] ?? '')) {

the thing is if I'm setting up a replyToEmail value, that won't be picked up because of the second condition which isn't met ever!

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions