From 42ca309e552e9f5f2bdf42c4bb04297696434032 Mon Sep 17 00:00:00 2001 From: mohamed-foly Date: Fri, 27 May 2022 03:01:20 +0200 Subject: [PATCH] rewrite function description --- lib/mail/Mail.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/mail/Mail.php b/lib/mail/Mail.php index 05a4c417..c8511852 100644 --- a/lib/mail/Mail.php +++ b/lib/mail/Mail.php @@ -1756,8 +1756,7 @@ public function enableSandBoxMode() /** * Disable sandbox mode on a MailSettings object * - * This allows you to send a test email to ensure that your request - * body is valid and formatted correctly. + * This to ensure that your request is not in sandbox mode. * * @throws TypeException */