Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

new WireMail() prevents use of WireMailSmtp #17

Open
pointout opened this issue Jan 24, 2019 · 1 comment
Open

new WireMail() prevents use of WireMailSmtp #17

pointout opened this issue Jan 24, 2019 · 1 comment

Comments

@pointout
Copy link

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
Copy link

adrianbj commented Feb 7, 2019

Note the PR to fix this from more than a year ago: #4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants