Need help: Wordpress/account problem

jasonlcy2

New Member
Messages
2
Reaction score
0
Points
0
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:
PHP:
/**
     * Method to send mail: ("mail", "sendmail", or "smtp").
     * @var string
     */
    var $Mailer            = "mail";
to
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:

jasonlcy

New Member
Messages
32
Reaction score
0
Points
0
I'm sorry about registering a new forum account, this one was being hacked earlier and I was locked out of the forums.
 

jasonlcy2

New Member
Messages
2
Reaction score
0
Points
0
Nvm, I just did a re-install of WP and ported over the necessary DB.

Please close the thread. :)
 
Top