Skip to content

Commit

Permalink
docs: added link
Browse files Browse the repository at this point in the history
  • Loading branch information
ChiragAgg5k committed Jan 14, 2025
1 parent e3b818e commit 897c0bd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Utopia/Messaging/Adapter/Email/Sendgrid.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ public function getMaxMessagesPerRequest(): int
*/
protected function process(EmailMessage $message): array
{
// https://www.twilio.com/docs/sendgrid/for-developers/sending-email/personalizations#-Sending-Two-Different-Emails-to-Two-Different-Groups-of-Recipients
$personalizations = \array_map(
fn ($to) => [
'to' => [['email' => $to]],
Expand Down

0 comments on commit 897c0bd

Please sign in to comment.