We are offering US$50 voucher per person for our guests to join our Highlights Travel Family loyalty group on Facebook: https://www.facebook.com/groups/ghloyaltyclub . If you two joined the group, you can save USD$ 100. The discount will be cut from the balance later.
", + "subject": "New booking: Sun 29.Sep '24 @ (TP-T78840699) Ext. booking ref: 1184791715", + "content": "The following booking was just created.
+
+ + From: + + ${quote.fromName} <${quote.fromEmail}> +
++ + Sent: + + ${quote.sent} +
++ + To: + + ${quote.toName} <${quote.toEmail}> +
++ + Subject: + + ${subject} +
+${content}
+ `; + //+ //+ + setInitialContent(preQuoteBody); + const _formValues = { + to: replyToEmail || fromEmail, + cc: quote.cc, + subject: `Re: ${subject}`, + }; + form.setFieldsValue(_formValues); + setInitialForm(_formValues); + + return () => {}; + }, [quote]) + + return ( <>