I move a website to my new server and now a routine doesn't work anymore. It calls imap_open() from an php-script and gives the error: Fatal error: Call to undefined function: imap_open()
I think php isn't compiled with this function included, am I right? If so, what can I do about it and how do I do that. If not, what's wrong??????
I think php isn't compiled with this function included, am I right? If so, what can I do about it and how do I do that. If not, what's wrong??????