public function sender(string $email): ?int
    {
        if ($cache = $this->cacheRead('sender-' . $email)) {
            return $cache;
        }