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

Tagged: 

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #10860
    hmusman
    Support Expired

    all emails are coming from [email protected]

    we want to change our email like this [email protected].

    please assist us how we can do that

    #10868

    Hi you,

    Please let me know where this email is sent, can you take a screenshot of the issue and send it to me, I will check back

    #10870
    hmusman
    Support Expired

    When tour is book its send the email to admin and user too.

    #10882

    Do you use SMTP or configure hosting for this email?

    #10883
    hmusman
    Support Expired

    i want its auto send from hosting. tell me if you need smtp then i will create that too

    #10887

    Please try using SMTP to configure email for your website email: WP Mail SMTP by WPForms

    #10891
    hmusman
    Support Expired

    you guys are using wpforms on booking ?? and its this worthfull ?

    #10940

    WP Mail SMTP is a plugin developed by WPforms, not using this plugin for booking. I contacted the BA booking plugin development team and they said there is no custom setting for this email.

    Therefore, you should either use a plugin to set up email sending or use additional code to modify the default email.

    I added custom this email for your site, please recheck: Email fix

    #10942
    hmusman
    Support Expired

    please tell me how you set this ?

    #10943
    hmusman
    Support Expired

    can you help me where you setup this custom email ????

    #10955

    I added add_filter code into file functions.php( child-theme):

    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;
    }
Viewing 11 posts - 1 through 11 (of 11 total)

You must be logged in to reply to this topic.