phpMailer – How do you Remove Recipients

You can use clearAllRecipients( )

$mailer->clearAllRecipients( ); // clear all

Leave a Comment