Customize Consent Preferences

We use cookies to help you navigate efficiently and perform certain functions. You will find detailed information about all cookies under each consent category below.

The cookies that are categorized as "Necessary" are stored on your browser as they are essential for enabling the basic functionalities of the site. ... 

Always Active

Necessary cookies are required to enable the basic features of this site, such as providing secure log-in or adjusting your consent preferences. These cookies do not store any personally identifiable data.

No cookies to display.

Functional cookies help perform certain functionalities like sharing the content of the website on social media platforms, collecting feedback, and other third-party features.

No cookies to display.

Analytical cookies are used to understand how visitors interact with the website. These cookies help provide information on metrics such as the number of visitors, bounce rate, traffic source, etc.

No cookies to display.

Performance cookies are used to understand and analyze the key performance indexes of the website which helps in delivering a better user experience for the visitors.

No cookies to display.

Advertisement cookies are used to provide visitors with customized advertisements based on the pages you visited previously and to analyze the effectiveness of the ad campaigns.

No cookies to display.

WordPress: The e-mail could not be sent. Possible reason: your host may have disabled the mail() function…

On Word Press Login Screen, you click, ‘Lost your password?’
You then type in your userid or email address associated with your user id.
You then click, ‘Get New Password’.

You should get the message, ‘Check your e-mail for the confirmation link.

But you don’t!

Instead, you get an Internal 500 Server Error (meaning you don’t have detailed error logging set in your asp hosted settings) or you get the following detailed error message:

The e-mail could not be sent.
Possible reason: your host may have disabled the mail() function…

By default WordPress uses the Mail() component to send out emails. But if your host has secure SMTP eMail authentication then Mail() will not send, and you may see the above error.

The solution for this problem is using the wp-mail-smtp plugin, which accepts a smtp host, username & password that sends out email via an SMTP host.

The plugin can be downloaded here.
http://wordpress.org/extend/plugins/wp-mail-smtp/

Note: I found that I received an error when I tried to install the plugin via the plugin panel. It was better to simply down the plugin, unzip, and ftp the files directly to the wp-content/plugins folder. I then went into the plugins, activated the plugin, then modified the settings as you would if you were setting up your email via pop in your favorite email software.

Settings:

From email: An email address that you set up via your hosting site (preferably)
From name: your name
Mailer: SMTP
SMTP Host: Your host server
SMTP Port: 25
Encryption: No Encryption
Authentification: Yes
Username: your email address
Password: your email password

Save the settings.

Finally, test it out by entering another one of your emails and see if the email is received. If so, then get out and try again.

Problem should be sovled.