horst-n / WireMailSmtp

ProcessWire: Extension to the new WireMail baseclass (since PW 2.4.1)
15 stars 9 forks source link

no authentication required #4

Closed mackski closed 4 years ago

mackski commented 8 years ago

Maybe an edge case, but when my SMTP server does not require authentication, the module test fails. This is actually a false positive, even though the module test fails, the module still sends email as expected. The offending code is part of the smtp.php library:

if($success
&& strlen($mechanism)==0)
{ 
$this->error="it is not supported any of the authentication mechanisms required by the server";    
$success=0;
}
horst-n commented 8 years ago

will fix it

fellu commented 7 years ago

Hiya, any timetable for this fix? :)

xnikox commented 5 years ago

Any news? :-)

horst-n commented 5 years ago

@xnikox please try this branch and report back if it works on your side: https://github.com/horst-n/WireMailSmtp/tree/allow_without_authentication