Powered by Blogger.

How to change the Email sender in Worpress

U've installed WordPress on your site and it's working fine but many person facing  a problem with  mailing system. Whenever a new person registers on  site, he/she gets a mail with the sender name "WordPress",

Then Solution Sender Name:
Step 1:
Open wp-includes Folder
Step 2:
Open pluggable.php file in code editor Or note pad 
Step 3: 
To change the send name ,Change Code in Line 320

$from_name = 'WordPress';
to:
$from_name = 'YOUR SITE NAME';

wordpress

0 comments:

Post a Comment