contentTypeExists not required

This commit is contained in:
SirLouen 2025-06-30 15:59:44 +02:00
parent 30489982b1
commit 4644d99587
1 changed files with 0 additions and 10 deletions

View File

@ -4094,16 +4094,6 @@ class PHPMailer
return !empty($this->AltBody);
}
/**
* Check if the content type is set.
*
* @return bool
*/
public function contentTypeExists()
{
return !empty($this->ContentType);
}
/**
* Clear queued addresses of given kind.
*