type = self::TYPE; $this->recipient = $recipient; } public function getSubject(): string { return "Your password has been changed"; } public function getBody(array $config): string { $base_path = $config["server"]["base_path"]; return "You changed the password of your Death Notifier account." . "\n\n" . "If you did not change the password of your account, go to the Death Notifier website and use the forgot " . "password option to change your password back." . "\n\n" . $base_path; } }