From 154ad1d9ea98950d2111f5fbb26dfb95e5ac415b Mon Sep 17 00:00:00 2001 From: vato007 Date: Mon, 3 Feb 2025 10:04:27 +1030 Subject: [PATCH] Fix email bining name --- wrangler.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wrangler.toml b/wrangler.toml index f6fd264..237639d 100644 --- a/wrangler.toml +++ b/wrangler.toml @@ -1,5 +1,5 @@ send_email = [ - {name = "michael", destination_address = "contact@michaelpivato.dev"}, + {name = "SEB", destination_address = "contact@michaelpivato.dev"}, ] compatibility_flags = [ "nodejs_compat" ]