WebFiori/mail

[Bug] Missing Check for Null Name

Closed this issue · 0 comments

In the method EmailMessage::addCC(), the check for null recipient is missing.

public function addCC(string $address, string $name = null) : bool {