We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59dd3db commit 65ce3f4Copy full SHA for 65ce3f4
src/Utopia/Messaging/Adapter/Email/Mailgun.php
@@ -77,8 +77,8 @@ protected function process(EmailMessage $message): array
77
? "{$bcc['name']}<{$bcc['email']}>"
78
: $bcc['email'];
79
80
- $body['cc'] = !empty($body['cc'])
81
- ? "{$body['cc']},{$bccString}"
+ $body['bcc'] = !empty($body['bcc'])
+ ? "{$body['bcc']},{$bccString}"
82
: $bccString;
83
}
84
0 commit comments