Fix email notification from a previous refactoring

master
Daniel Berteaud 5 years ago
parent 3ff093aa26
commit 59a6ad13b6
  1. 2
      zmldapsync/zmldapsync.pl

@ -716,7 +716,7 @@ sub handle_error {
my $mail = Email::MIME->create( my $mail = Email::MIME->create(
header_str => [ header_str => [
From => $conf->{general}->{notify}->{from}, From => $conf->{general}->{notify}->{from},
To => $addr, To => $conf->{general}->{notify}->{to},
Subject => "Zimbra LDAP synchronisation error for domain $domain" Subject => "Zimbra LDAP synchronisation error for domain $domain"
], ],
attributes => { attributes => {

Loading…
Cancel
Save