Okay
  Public Ticket #1334870
E-mail configuration
Closed

Comments

  • Vlad started the conversation

    Hello,


    I would like to edit the emails sent when a booking is done (both for clients and owners).


    I have seen some of the answers on this type of question, but the poedit isn't an option for me anymore, I would break the site with that.

    So I simply need to know where are the files that I can edit the emails from.

    Or, if I choose to use something like MailChimp or AWS, how can I stop the system sending those emails?

    Looking forward to an answer.

  •  2,057
    Theme replied

    Hi Vlad,

    For accommodations emails are sent from includes/post_types/class-accommodation-helper.php. Look for wp_mail( function call.

    Similarly, for tours, cruises, car rentals, emails are sent from their own helper files in the same folder.

    Best regards,

    themeenergy support