Open pointout opened 5 years ago
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
$mail = new WireMail();
$mail = wireMail();
Note the PR to fix this from more than a year ago: https://github.com/ryancramerdesign/LoginRegister/pull/4
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