saving the start stop details and sending it in the get api for the itinerary
This commit is contained in:
@@ -51,18 +51,18 @@ export async function sendWelcomeEmailToHost(
|
||||
const subject = "Get Started as a Minglar Host";
|
||||
|
||||
const htmlContent = `
|
||||
<p>Hi ${emailAddress}</p><br/><br/>
|
||||
<p>We’re excited to have you join Minglar as a host. Welcome aboard! 🌟</p><br/><br/>
|
||||
<p>To get started and bring your activities live, here’s what comes next:</p><br/><br/>
|
||||
<p>Hi ${emailAddress}</p><br/>
|
||||
<p>We’re excited to have you join Minglar as a host. Welcome aboard! 🌟</p><br/>
|
||||
<p>To get started and bring your activities live, here’s what comes next:</p><br/>
|
||||
<p><strong>Your next steps:</strong></p><br/>
|
||||
<p>1. Complete your host profile</p><br/>
|
||||
<p>2. Complete the pre-qualification process for all your activities</p><br/>
|
||||
<p>3. Submit your activity details for review</p><br/>
|
||||
<p>4. Go live and start receiving bookings</p><br/><br/>
|
||||
<p>4. Go live and start receiving bookings</p><br/>
|
||||
<p><strong>👉 Access your Host Portal:</strong></p><br/>
|
||||
<p>${config.HOST_LINK}</p><br/><br/><br/>
|
||||
<p>If you need any support along the way, our team is always here to help. You can reach us anytime at info@minglargroup.com.</p><br/><br/>
|
||||
<p>We’re looking forward to seeing your experiences come to life on Minglar.</p><br/><br/>
|
||||
<p>${config.HOST_LINK}</p><br/><br/>
|
||||
<p>If you need any support along the way, our team is always here to help. You can reach us anytime at info@minglargroup.com.</p><br/>
|
||||
<p>We’re looking forward to seeing your experiences come to life on Minglar.</p><br/>
|
||||
<p>Warm regards,<br/>Team Minglar</p>
|
||||
`;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user