Email not sending...
email not sending from my server..when i use phpinfo() it shows mail() in "disable_functions : show_source, system, shell_exec, passthru, popen, proc_open, symlinked, symlink, escapeshellarg, escapeshellcmd, mail, exec", how to enable mail() ? what to do for sending mail? help!!
error_log: [06-Aug-2015 12:21:59 UTC] PHP Warning: mail() has been disabled for security reasons
-
You've to request this to be enabled from your provider as this needs to be done using root access. 0 -
You've to request this to be enabled from your provider as this needs to be done using root access.
how to request? wt i hav to do for this?0 -
Request from the provider you got your hosting space from. 0 -
Hello :) Do you have root access to this system, or do you only have a hosting account purchased from a provider? You will need to contact your hosting provider to see if it's possible for them to allow the "mail" function with PHP if you don't have root access. Or, configure sending email via SMTP in your script. Thank you. 0
Please sign in to leave a comment.
Comments
4 comments