• You MUST read the Babiato Rules before making your first post otherwise you may get permanent warning points or a permanent Ban.

    Our resources on Babiato Forum are CLEAN and SAFE. So you can use them for development and testing purposes. If your are on Windows and have an antivirus that alerts you about a possible infection: Know it's a false positive because all scripts are double checked by our experts. We advise you to add Babiato to trusted sites/sources or disable your antivirus momentarily while downloading a resource. "Enjoy your presence on Babiato"

[HELP] Change wordpress Subject Email. Picture Ref

iamanoob

Active member
May 28, 2020
435
144
43
Hey Family,
I need a small help. See the pic below
For login details, I am mailing to users, they are getting with name "Wordpress" in the pic. How to change that ?
@tuton012 @CyberDeviL tagging you so that, you may tag wordpress experts or you can help if you know solution :)
Thanking all

1617365420826.png
 
Hi,
For those purposes I use WP Mail SMTP Pro plugin , change title there , also if that login mail is generated by some other plugin then change the mail template, title etc.
 
Hey Family,
I need a small help. See the pic below
For login details, I am mailing to users, they are getting with name "Wordpress" in the pic. How to change that ?
@tuton012 @CyberDeviL tagging you so that, you may tag wordpress experts or you can help if you know solution :)
Thanking all

1617365420826.png
Maybe this article can help :
 
in your themes function.php add these setting.

add_filter( 'wp_mail_from', 'sender_email' );
function sender_email( $original_email_address ) {
return '[email protected]';
}
add_filter( 'wp_mail_from_name', 'sender_name' );
function sender_name( $original_email_from ) {
return 'sender name ';
}
 
Hi,
For those purposes I use WP Mail SMTP Pro plugin , change title there , also if that login mail is generated by some other plugin then change the mail template, title etc.
Maybe this article can help :
in your themes function.php add these setting.

add_filter( 'wp_mail_from', 'sender_email' );
function sender_email( $original_email_address ) {
return '[email protected]';
}
add_filter( 'wp_mail_from_name', 'sender_name' );
function sender_name( $original_email_from ) {
return 'sender name ';
}
Thank you so much
Everything worked :)

#SOLVED
 
  • Like
Reactions: Mscv50
AdBlock Detected

We get it, advertisements are annoying!

However in order to keep our huge array of resources free of charge we need to generate income from ads so to use the site you will need to turn off your adblocker.

If you'd like to have an ad free experience you can become a Babiato Lover by donating as little as $5 per month. Click on the Donate menu tab for more info.

I've Disabled AdBlock