<?php
// prueft die mail und checkt ob die domain der mail erreichbar ist !
function checkMail($mail)
{
if( (preg_match('/(@.*@)|(\.\.)|(@\.)|(\.@)|(^\.)/', $string)) || (preg_match('/^.+\@(\[?)[a-zA-Z0-9\-\.]+\.([a-zA-Z]{2,3}|[0-9]{1,3})(\]?)/',$string)) )
{
$host = explode('@'...