<?php
namespace Egulias\EmailValidator\Warning;
class Comment extends Warning
{
public const CODE = 17;
public function __construct()
{
$this->message = "Comments found in this email";
}
}
Take control of your account by resetting your password. Our password recovery page guides you through the necessary steps to securely reset your password.