markguinn / silverstripe-email-helpers

Silverstripe extension containing SMTP mailer class and some other classes for HTML emails
31 stars 22 forks source link

Bug in sendPlain() checkMailError #24

Open exp0sure74 opened 7 years ago

exp0sure74 commented 7 years ago

SmtpMailer.php line 400 - typo: return $this-checkMailError();

instead of: return $this->checkMailError();

xini commented 4 years ago

fixed in #23. please close.