my $addr = Email::Valid->address( -address => $email, -mxcheck => 0 ); if ($addr) { # send it }