contentTypeExists not required
This commit is contained in:
parent
30489982b1
commit
4644d99587
|
|
@ -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.
|
||||
*
|
||||
|
|
|
|||
Loading…
Reference in New Issue