diff options
Diffstat (limited to 'utils/mail.php')
-rw-r--r-- | utils/mail.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/mail.php b/utils/mail.php index 408f607..02d1b7f 100644 --- a/utils/mail.php +++ b/utils/mail.php @@ -65,8 +65,8 @@ class _Mailinglist { foreach($this->mailinglist as $email) { - if($this->postSingle($email, $ubject, $message) == false) { - echo "[fail: " . $email . "]"; + if($this->postSingle($email, $subject, $message) == false) { + echo "[fail: " . $email->email . "]"; } $pct = $num / $sz * 100; |