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

Multiple tos #22

Merged
merged 2 commits into from
May 23, 2024
Merged

Multiple tos #22

merged 2 commits into from
May 23, 2024

Conversation

ArronKing
Copy link
Contributor

Adds the ability to use multiple to addresses.

At present:

routeNotificationForMail(Notification $notification)
{
  return [
    '[email protected]' => 'John Doe',
    '[email protected]' => 'Jane Doe',
  ];
}

Only sends an email to [email protected]

The PR changes this and would send to both [email protected] and [email protected]. It is backwards compatible with single recipients.

Copy link
Contributor

@aozisik aozisik left a comment

Choose a reason for hiding this comment

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

Looks good to me @ArronKing. Thanks!

@aozisik aozisik merged commit 914c25d into swiftmade:main May 23, 2024
16 checks passed
@ArronKing
Copy link
Contributor Author

That's perfect, thanks very much @aozisik

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