Your account expired support, please renew to get your support.

HomePage Forums Themes Support Triply – Tour Booking WordPress Theme [email protected] is showing when Booking is coming to the Email

Topic Resolution: Resolved
Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #17123
    kumarak
    Support Expired

    Hello,

    Theme is looking good 🙂

    When someone is booking the form on website then it’s showing [email protected] on email.

    Here is the image for your reference: https://i.ibb.co/5rKbGRP/email.png

    Email

    Kindly guide how to fix it.

    Regards
    Kumar

    #17151

    Hi you,

    I added custom code to edit this email, please recheck.

    To edit this email, please go to file functions.php and edit email:

    add_filter( 'wp_mail_from', 'triply_set_mail_from_email');
    function triply_set_mail_from_email($from_email){
    	$from_email = '[email protected]';
    	return $from_email;
    }
    #17162
    kumarak
    Support Expired

    thank you!

    #17183

    Ok.

    #25548
    shaobay
    Support Expired

    thank you so much

    • This reply was modified 1 year, 9 months ago by shaobay.
    #25578

    Hello @shaobay,

    In the new version of the BA Booking plugin you can configure this email directly without using any code.

Viewing 6 posts - 1 through 6 (of 6 total)

You must be logged in to reply to this topic.