markguinn / silverstripe-email-helpers

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

SmtpMailer.php Line 400 Error #28

Open social-butterfly opened 6 years ago

social-butterfly commented 6 years ago

return $this-checkMailError($mail);

Should be return $this->checkMailError($mail);

gherkins commented 5 years ago

fixed in https://github.com/markguinn/silverstripe-email-helpers/pull/23

xini commented 4 years ago

please close.