ryancramerdesign / LoginRegister

ProcessWire 3.x module for rendering and processing login, user registration, and profile edits.
24 stars 8 forks source link

new WireMail() prevents use of WireMailSmtp #17

Open pointout opened 5 years ago

pointout commented 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

adrianbj commented 5 years ago

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