Skip to content

Commit e63f330

Browse files
Update resources/lib/UnityMailer.php
Co-authored-by: Copilot <[email protected]>
1 parent 13bf2c8 commit e63f330

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/lib/UnityMailer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ public function sendMail(string $recipients, ?string $template = null, mixed $da
113113
$this->addBCC($addr);
114114
}
115115
} else {
116-
$this->AddAddress($recipients);
116+
$this->addAddress($recipients);
117117
}
118118
}
119119
}

0 commit comments

Comments
 (0)