how to enable imap_open
how to enable imap_open
Hello,
I want to enable imap_open in vesta panel with centos 6 but i do not know how to do this.
Can any one help me?
Thanks,
I want to enable imap_open in vesta panel with centos 6 but i do not know how to do this.
Can any one help me?
Thanks,
-
- Collaborator
- Posts: 783
- Joined: Mon May 11, 2015 8:43 am
- Contact:
- Os: CentOS 6x
- Web: apache + nginx
Re: how to enable imap_open
You can use google for that. On this page you can find more info: http://php.net/manual/en/function.imap-open.php
Re: how to enable imap_open
Hello,
I see this before but i do not know how to do this,
Because this address is no easy and clear information and do not step by step .
Can you please tel me more and step by step?
Thanks,
I see this before but i do not know how to do this,
Because this address is no easy and clear information and do not step by step .
Can you please tel me more and step by step?
Thanks,
Re: how to enable imap_open
Something like this ?
Code: Select all
yum install php-imap
Code: Select all
service httpd restart
Re: how to enable imap_open
hello thanks for your reply.
imap installed but do not work !
My script needs imap_open
In another shared host with cpanel my script is working but with vesta panel that imap is installed do not work !
imap installed but do not work !
My script needs imap_open
In another shared host with cpanel my script is working but with vesta panel that imap is installed do not work !
Re: how to enable imap_open
When i run
php -m | grep imap
I see :
Imap
It is mean that imap is installed
but do not work and my script do not work !
php -m | grep imap
I see :
Imap
It is mean that imap is installed
but do not work and my script do not work !
-
- Collaborator
- Posts: 783
- Joined: Mon May 11, 2015 8:43 am
- Contact:
- Os: CentOS 6x
- Web: apache + nginx
Re: how to enable imap_open
Do you have any kind of errors? Maybe we can tell you more when we can see the errors.