diff --git a/system/templates/mail.password_changed.html.twig b/system/templates/mail.password_changed.html.twig
index bf20bdde..d87601f0 100644
--- a/system/templates/mail.password_changed.html.twig
+++ b/system/templates/mail.password_changed.html.twig
@@ -4,4 +4,4 @@ The request was made on {{ "now"|date("F j, Y, g:i a") }} by a user with the IP:
The new password is: {{ new_password }}
-If this was you, please ignore this email. If it was not you, please contact our support department at admin@pastebin.com.
\ No newline at end of file
+If this was you, please ignore this email. If it was not you, please contact our support department at {{ config.mail_admin }}.
\ No newline at end of file