This is great. I’d like to simplify this a bit to detect certain e-mail addresses (not domains). How would I modify the code here to create an array of e-mail addresses and rather than split the e-mail into a domain and a user, just check the entire thing?
Thank you!