Temp Mail Script 2021

$email_address = $_GET['email'] ?? die('"error":"No email"'); $inbox_file = "/tmp/inboxes/" . md5($email_address) . ".json";