Browse code

Bugfix: Autoresponder-From-Adresse wurde auf "1" gesetzt. (next try)

Bernd Wurst authored on 13/02/2014 07:38:42
Showing 1 changed files
... ...
@@ -390,7 +390,7 @@ function save_vmail_account($account)
390 390
                   ":valid_from" => $ar['valid_from'],
391 391
                   ":valid_until" => $ar['valid_until'],
392 392
                   ":fromname" => $ar['fromname'],
393
-                  ":fromaddr" => check_emailaddr($ar['fromaddr']),
393
+                  ":fromaddr" => $ar['fromaddr'],
394 394
                   ":subject" => $ar['subject'],
395 395
                   ":message" => $ar['message'],
396 396
                   ":quote" => $quote);