HomePage Forums Themes Support Triply – Tour Booking WordPress Theme How to change email booking

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #17189

    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 = 'your-email';
    	return $from_email;
    }
    #38350
    xabbi
    Support Expired

    I know that my support plane is expired, but i want to know, if i have to use this code so as to get the contact page wordk? by the way am using the contact form demo of triply theme

    #38351

    Hi @xabbi,

    This is a guide to using the old BA Booking plugin version, in the latest version, this plugin supports email settings in BA Settings.

    The contact page uses a contact form, which is not related to this tutorial.
    You need to set up SMTP email to receive emails from the contact form: https://www.wpbeginner.com/plugins/how-to-set-up-wp-mail-smtp-with-any-host-ultimate-guide/

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

You must be logged in to reply to this topic.