Email Customized But Not Working

Home Forums Legacy Support Support queries Other issues Email Customized But Not Working

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #229926
    maddyomaddy11
    Spectator
    Hi 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...
    #230077
    logan
    Member

    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.
    #230086
    Mk
    Moderator
    add 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.
    #230100
    maddyomaddy11
    Spectator
    Hi 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.    
    #230102
    maddyomaddy11
    Spectator
    This reply has been marked as private.
    #230215
    logan
    Member
    Hello,

    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 :  :

    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.

    #230282
    maddyomaddy11
    Spectator
    Hi 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 Again
    #230369
    logan
    Member

    Dear 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.

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Email Customized But Not Working’ is closed to new replies.