I am using version 1.6, (german), Mail-settings: SMTP
Problem:
If a client wants to create a ticket, he always gets a red notice:
"E-Mail stimmt nicht" -> "Email invalid". It doesnt matter what kind of email this is, so the joke starts to get boring after a few tries...
The message is generated in the class.ticket.php:
if(!$errors && $thisclient && strcasecmp($thisclient->getEmail(),$var))
$errors='E-Mail stimmt nicht';
E-Mail stimmt nicht = email invalid
looks like this:

And its not the admin mail, it does not work with any mail adress. Nice script, but tricky. Does somebody has an idea to get rid of this one? Thanks guys.