[self::RULE_REQUIRED], 'body' => [self::RULE_REQUIRED] ]; } public function labels(): array{ return [ 'subject' => 'Enter your subject', 'body' => 'Enter the body' ]; } public function send(){ return true; } }