Home › Forums › Legacy Support › Support queries › Other issues › Email Customized But Not Working
Tagged: Email, Email Body, Email customized, Email Design, Email Footer, Email Header
- This topic has 7 replies, 3 voices, and was last updated 5 years, 1 month ago by logan.
-
AuthorPosts
-
October 13, 2019 at 7:46 pm #229926maddyomaddy11SpectatorHi wplms Team & Happy Dussehra 2019 ! Any Ways i Have an Issue on my Email which i customized , rather writing i made a detailed Video won't take much time its just 1:24 Seconds Link is : https://screencast-o-matic.com/watch/cq6IqAuU5B Thanks For Supporting all my required issues once Again...October 14, 2019 at 1:28 pm #230077loganMember
Thanks and same to you :)
may lord Rama bless us all.
Go to wp-admin >> lms >> settings >> emails >> enable html emails, and check this and save changes.
Now the emails will be sent from this template.
then goto wp-admin >> appearance >> emails >> change the template. if it does not work share the admin credentials i will check.October 14, 2019 at 2:26 pm #230086MkModeratoradd this code in customizer: add_filter( 'bp_email_use_wp_mail', '__return_true' ); if it does not work then replace with this one add_filter( 'bp_email_use_wp_mail', '__return_false' ); check if it works.October 14, 2019 at 4:35 pm #230100maddyomaddy11SpectatorHi Logan Followed Steps You Asked me : Go to wp-admin >> lms >> settings >> emails >> enable html emails, and check this and save changes. unfortunately i don't see enable html emails, and check this and save changes. so i got Failed to Follow.. Next Logan You asked me to go to wp-admin >> appearance >> emails >> change the template. Any how happy to say i already set the template Design... Earlier itself...
Next MK You asked me to do this steps : add_filter( 'bp_email_use_wp_mail', '__return_true' ); if it does not work then replace with this one add_filter( 'bp_email_use_wp_mail', '__return_false' ); but to my luck both failed to work... Hence i am Sending my Admin Credentials in private Mode on my next POST... Kindly Check my requirement Thanks in Advance.October 14, 2019 at 4:44 pm #230102maddyomaddy11SpectatorThis reply has been marked as private.October 15, 2019 at 12:20 pm #230215loganMemberHello,Hi there,
1) [IMP.] Please try using the Postman SMTP for emailing. Refer : https://wplms.io/support/knowledge-base/postman-smtp-for-emails/
2) else Try adding this code in wp-admin > Plugins > Editor > select WPLMS Customizer Plugin > wplms-customizer.php
add_filter('wp_mail_content_type', 'text/plain', function () {
return 'text/html'; },999);
3)else try this one for email please try adding this code in your wplms-customizer.php file in wplms customizer plugin : :
1234add_filter( 'wp_mail_content_type', 'set_content_type' ,9999999);function set_content_type( $content_type ) {return 'text/plain';}and if above does not works remove it and try this one :
add_filter( 'bp_email_use_wp_mail', '__return_true ' );
for notification wplms has its own system .but it does not sends the whole results right now.
Hope this works.
October 15, 2019 at 10:51 pm #230282maddyomaddy11SpectatorHi Logan Thanks a Lot... Step 3 Worked For me Without your contribution, this project would just have been just another dream. Good Job, great effort you kept to complete the important piece of work and means lot to me... Just Added Video to Other Users to Follow : https://screencast-o-matic.com/watch/cq6o3Buyz1 Thanks AgainOctober 16, 2019 at 2:05 pm #230369loganMemberDear friend,
thank you so much for your kind words. I really mean this appreciation. i am glad that your issue is resolved.
For all my efforts, i hope you wouldn't mind writing a detailed review about your experience with WPLMS and our customer support.
Here: https://themeforest.net/item/wplms-learning-management-system/reviews/6780226
If I can be of assistance, please do not hesitate to contact me again.
Closing this topic.
best regards friend.
-
AuthorPosts
- The topic ‘Email Customized But Not Working’ is closed to new replies.