We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 94038ce + 0256333 commit a099907Copy full SHA for a099907
wcfsetup/install/files/lib/system/mail/SMTPMailSender.class.php
@@ -142,7 +142,7 @@ public function sendMail(Mail $mail) {
142
// data
143
$this->write("DATA");
144
$this->getSMTPStatus();
145
- if ($this->statusCode != 354) {
+ if ($this->statusCode != 354 && $this->statusCode != 250) {
146
throw new SystemException($this->formatError("smtp error"), 17005);
147
}
148
0 commit comments