We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88078fc commit 542538fCopy full SHA for 542538f
interface/web/mail/mail_forward_edit.php
@@ -126,7 +126,8 @@ function onSubmit() {
126
$targets = preg_split('/\s*[,;]\s*/', trim($this->dataRecord['destination']));
127
foreach($targets as $target) {
128
if(!$target || filter_var($target, FILTER_VALIDATE_EMAIL) === false) {
129
- $app->tform->errorMessage .= $app->tform->lng('destination_error_isemail') . '<br />'
+ $app->tform->errorMessage .= $app->tform->lng('destination_error_isemail') . '<br />';
130
+ break;
131
}
132
133
0 commit comments