- Edited
Is it possible to block an email sender by IP? A user can do something like the following and can flood the ticketing system:<?phpfor ($x=0;$x<10000;$x++) mail('suppport@domain.com',rand(100000000000,99999999999999999),rand(10000000,9999999999999),"From: user".rand(10000,99999999)."@domain".rand(10000,99999999999).'.com');?>