Update OTRS queue for even registration tool
the build was successful Details

This commit is contained in:
Reinhard Müller 2019-02-11 17:32:37 +01:00
parent f8deb05034
commit 8400cb50b9
1 changed files with 1 additions and 3 deletions

View File

@ -78,9 +78,7 @@ function send_registration_mail($from, $to) {
$subject = "Event registration: " . $_POST['title'];
$headers = "From: " . $from . "\n"
. "MIME-Version: 1.0\n"
. "X-OTRS-Queue: Misc\n"
. "X-OTRS-Owner: eal\n"
. "X-OTRS-Responsible: eal\n"
. "X-OTRS-Queue: Events\n"
. "Content-Type: multipart/mixed; boundary=boundary";
mail($to, $subject, $message, $headers);