Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat email extra params #69

Merged
merged 10 commits into from
Dec 5, 2023
Merged

Feat email extra params #69

merged 10 commits into from
Dec 5, 2023

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
src/Utopia/Messaging/Adapter/Email/Mailgun.php Outdated Show resolved Hide resolved
];

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

src/Utopia/Messaging/Messages/Email.php Outdated Show resolved Hide resolved
src/Utopia/Messaging/Messages/Email.php Outdated Show resolved Hide resolved
@fanatic75 fanatic75 requested a review from abnegate November 30, 2023 09:54
@abnegate abnegate merged commit a3ebf9d into main Dec 5, 2023
3 checks passed
@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