mail2telegram
mail2telegram copied to clipboard
Forward email to telegram with Cloudflare Email Routing
Results
1
mail2telegram issues
Sort by
recently updated
recently updated
newest added
I want to approve all the email coming into the domain , i've added the following regex: `^(([a-zA-Z0-9_\-\.]+)@([a-zA-Z0-9_\-\.]+)\.([a-zA-Z]{2,5}){1,25})+([;.](([a-zA-Z0-9_\-\.]+)@([a-zA-Z0-9_\-\.]+)\.([a-zA-Z]{2,5}){1,25})+)*$` & `\w*@\w*.\w*` Neither one is working so i tested the one shown...