$mail = 'onur@siyyah.com';
if (filter_var($mail, FILTER_VALIDATE_EMAIL)) { echo "Uygun mail adresi."; } else { echo "Hatalý mail formatý!"; } }