Skip to content

From sender Email #4

@luluni83

Description

@luluni83

According to Mailjet API, FROM sender must be an array, not an array of array like TO or CC fields.
So line 92 of MailjetEmailMessage class, you must remove the brackets to change
$this->from[] = [
into
$this->from = [
Thanks for the script however.

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