Skip to content

Conversation

fanatic75
Copy link
Contributor

What does this PR do?

PR for extra params in email message

Test Plan

(Write your test plan here. If you changed any code, please provide us with clear instructions on how you verified your changes work.)

Related PRs and Issues

(If this PR is related to any other PR or resolves any issue or related to any issue link all related PR and issues here.)

Have you read the Contributing Guidelines on issues?

(Write your answer here.)

@fanatic75 fanatic75 requested a review from abnegate November 29, 2023 16:27
];

if (! \is_null($message->getCcName()) && ! \is_null($message->getCcEmail())) {
$body['cc'] = "{$message->getCcName()}<{$message->getCcEmail()}>";
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How does the name work here? Does it show in the CC for receivers?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes, it shows the name of the cc with the email address

@fanatic75 fanatic75 requested a review from abnegate November 30, 2023 09:54
@abnegate abnegate merged commit a3ebf9d into main Dec 5, 2023
@abnegate abnegate deleted the feat-email-extra-params branch December 5, 2023 11:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants