LoginRegister
LoginRegister copied to clipboard
new WireMail() prevents use of WireMailSmtp
Please see: https://processwire.com/talk/topic/20733-e-mail-issues-with-loginregisterprofile-module/?tab=comments#comment-179661
Line 677
Please change
$mail = new WireMail();
to
$mail = wireMail();
to make use of WireMailSmtp
Note the PR to fix this from more than a year ago: https://github.com/ryancramerdesign/LoginRegister/pull/4