I have a big problem with my site WordPress, i have changed the password of the default mail wordpress ( the mail used in the first installation wordpress ).
Now is impossible send mail to new users than sign in on my site.
How can I change the password in wordpress, for the default mail ?
Where is the configuration file for send email ( SMTP user and password ) ?
Greetings.
I have found a solution
Here is a code snippet example with comments for each setting to configure WordPress to sent SMTP email:
To use this snippet, you will need to adjust the settings according to your email service requirements. Check with your host.
The snippet, once configured, can be added to your themeâs functions.php file.