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.
1 parent 281374c commit bd1324fCopy full SHA for bd1324f
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