LoginRegister icon indicating copy to clipboard operation
LoginRegister copied to clipboard

new WireMail() prevents use of WireMailSmtp

Open pointout opened this issue 6 years ago • 1 comments

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

pointout avatar Jan 24 '19 19:01 pointout

Note the PR to fix this from more than a year ago: https://github.com/ryancramerdesign/LoginRegister/pull/4

adrianbj avatar Feb 07 '19 04:02 adrianbj