mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
chore: remove var_dumps
This commit is contained in:
@@ -70,8 +70,6 @@ class Mails extends Action
|
||||
$mail = empty($smtp)
|
||||
? $register->get('smtp')
|
||||
: $this->getMailer($smtp);
|
||||
var_dump("mail=");
|
||||
var_dump($mail);
|
||||
$mail->clearAddresses();
|
||||
$mail->clearAllRecipients();
|
||||
$mail->clearReplyTos();
|
||||
@@ -97,9 +95,6 @@ class Mails extends Action
|
||||
*/
|
||||
protected function getMailer(array $smtp): PHPMailer
|
||||
{
|
||||
var_dump("smtp=");
|
||||
var_dump($smtp);
|
||||
|
||||
$mail = new PHPMailer(true);
|
||||
|
||||
$mail->isSMTP();
|
||||
|
||||
Reference in New Issue
Block a user