Page 1 of 1

enable php mail function cpanel

Posted: Fri Apr 06, 2018 7:13 pm
by Ashlin
Hi,

How do I enable or disable Mail function for cPanel account.

Re: enable php mail function cpanel

Posted: Fri Apr 06, 2018 7:35 pm
by stark
cPanel --> PHP Version --> Switch To PHP Options (Top Right) --> Remove value from disable function -->
Click value/select/enter to save

Re: enable php mail function cpanel

Posted: Sun Apr 08, 2018 10:13 am
by Ashlin
Hi Stark,

I tired it but not working

Is it possible to do it via .htaccess file ? I tried the same but it is't working.

here is the code in .htaccess

disable_functions = mail

Re: enable php mail function cpanel

Posted: Thu Apr 12, 2018 10:07 am
by Brandon N
Hi Ashlin,

You need to remove mail entry from disable_functions.

disable_functions = mail ✖

disable_functions = ✔

Brandon N
Linux Support Engineer.
Nixtree Solutions
Managed Full Server Backups
https://www.nixtree.com/managed-backups.php
Follow us on : https://twitter.com/nixtree

Re: enable php mail function cpanel

Posted: Tue Apr 17, 2018 8:10 am
by Ashlin
That's Works!
Many thanks