I am using WireMailSmtp for a project. Interestingly everything worked fine while I used it from localhost but as soon as I deployed to webspace and tried using it from the domain it threw me following error: "Call to undefined function wire()"
As I was searching for a solution I came to this page :
Now I changed every wire() call to ProcessWire\wire() and it worked. Maybe that should be included in a following update?
If I am wrong please enlighten me. And if that is the case you might as well explain to me what the problem was