diff --git a/bin/account-manager-web.pl b/bin/account-manager-web.pl
index ce99a54ccbb6f5911dc9ebe7748e730221031a6d..753ec4383bbb40ce6d5db054dbeb84274fff2f3a 100755
--- a/bin/account-manager-web.pl
+++ b/bin/account-manager-web.pl
@@ -226,6 +226,7 @@ sub respond {
       
    ## Mail notification of admins about the error
    if (@errors_admin) {
+        $self->{'param_out'}{'subject'} = 'Error notification - web interface';
        &IdPAccountManager::Tools::mail_notice('template' => 'templates/mail/notification_generic_error.tt2.eml', 
          		 'data' => $self->{'param_out'});
    }