diff --git a/html/controllers/mailer/contact.php b/html/controllers/mailer/contact.php
index 7917509478..62b82a7a62 100644
--- a/html/controllers/mailer/contact.php
+++ b/html/controllers/mailer/contact.php
@@ -117,9 +117,7 @@
= "Hello, {$_POST['name']}\n\n"
. "This e-mail is to inform you that the XDMoD Portal Team has received your $message_type, and will\n"
. "be in touch with you as soon as possible.\n\n"
- . "The TAS Project Team\n"
- . "Center for Computational Research\n"
- . "University at Buffalo, SUNY\n";
+ . MailTemplates::getMaintainerSignature();
// -------------------