[HELP] Change wordpress Subject Email. Picture Ref

iamanoob

Active member
May 28, 2020
404
127
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
 

CyberDeviL

Back to Life 🧬
Trusted Uploader
Aug 10, 2018
2,795
10,824
113
Earth
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.
 

Mscv50

! 𝖎'𝖒 𝖜𝖆𝖙𝖈𝖍𝖎𝖓𝖌 𝖞𝖔𝖚 !
Babiato Lover
GiveAway Master
Trusted Uploader
Jan 10, 2020
3,712
18,802
113
🦇The Dark Night🦇
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 :
 

johnwick2614

Member
Jun 3, 2019
47
27
18
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 ';
}
 

iamanoob

Active member
May 28, 2020
404
127
43
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

Latest posts

Forum statistics

Threads
69,435
Messages
909,671
Members
239,372
Latest member
teminijesu

About us

  • Our community has been around for many years and pride ourselves on offering unbiased, critical discussion among people of all different backgrounds. We are working every day to make sure our community is one of the best.

Quick Navigation

User Menu