Hi, I had changed my email setting to my website name at my LMS there.
However, the email that i received why still show WORDPRESS instead of my website name?
Kindly check and advice.
please try adding this given code in your wplms-customizer.php file in wplms customizer plugin :
add_filter('wp_mail_from', 'new_mail_fromqw');
add_filter('wp_mail_from_name', 'new_mail_from_nameqw');
function new_mail_fromqw($old) {
return '[email protected]';
}
function new_mail_from_nameqw($old) {
return 'site name';
}
change the "
site name " and "
[email protected] " in above code.
@Alex, I cant find my WPLMS Customizer Plugin.
You can find it in wplms package -> wplms.zip (theme zip ) - > plugins folder .
Hi @Alex, sorry im noob.. Are you mean here?
https://paste.pics/456MY
Hey,
Yes ! Paste the above codes here only.
Happy coding.
Hi,
Sorry, it returns with error message.
<p style="box-sizing: border-box; margin: 0px 0px 22px; color: #4b4d4d; font-family: Lato; font-size: 14px;">
http://prntscr.com/lkbb59</p>
Try moving the code he gave you to the bottom of the code that was already there
Please remove the code from the top .
Make sure there are nothing before the <?php tag at the top .
Then add the code at the end .
if there is ?> tag then place code just before it .
if its still an issue for you then please share your site url , admin credentials and valid ftp credentials in private reply to check this issue at your end .
This reply has been marked as private.
This reply has been marked as private.
This reply has been marked as private.