I desperately need some advice on how to solve this particular problem. My blog homepage no longer loads and keeps giving this error
"The e-mail could not be sent.
Possible reason: your host may have disabled the mail() function..."
I was trying to get a WP plugin to work (Subscribe to comments). The only change I made was the "wp-includes/class-phpmailer.php" file here:
to
But I changed it back to the original settings when that didn't work out. Regardless, everything went screwy after that. I thought it was the plugin php file causing the error so I deleted that particular php file from the WP plugin folder as well.
You can see the error here: *removed*
Any suggestions? I'm desperate and a newbie in technical stuff.
"The e-mail could not be sent.
Possible reason: your host may have disabled the mail() function..."
I was trying to get a WP plugin to work (Subscribe to comments). The only change I made was the "wp-includes/class-phpmailer.php" file here:
PHP:
/**
* Method to send mail: ("mail", "sendmail", or "smtp").
* @var string
*/
var $Mailer = "mail";
PHP:
/**
* Method to send mail: ("mail", "sendmail", or "smtp").
* @var string
*/
var $Mailer = "sendmail";
But I changed it back to the original settings when that didn't work out. Regardless, everything went screwy after that. I thought it was the plugin php file causing the error so I deleted that particular php file from the WP plugin folder as well.
You can see the error here: *removed*
Any suggestions? I'm desperate and a newbie in technical stuff.
Last edited: