I have clean install of WHM/cPanel and only one created account. On that account I'm not able to send email using PHP mail() function getting those errors:
Any clue how to enable it?
Thanks
Code:
/home/myweb/public_html/site/system/language/english/email_lang.php:7: $lang['email_no_recipients'] = "You must include recipients: To, Cc, or Bcc";
/home/myweb/public_html/site/system/language/english/email_lang.php:8: $lang['email_send_failure_phpmail'] = "Unable to send email using PHP mail(). Your server might not be configured to send mail using this method.";
Thanks