Rebrand and updated copyright date
This commit is contained in:
@@ -58,7 +58,7 @@ class AlphaInvitationEmailService {
|
||||
|
||||
return await this.emailClient.sendEmail(
|
||||
email,
|
||||
"Your Alpha Access Code - RentAll",
|
||||
"Your Alpha Access Code - Village Share",
|
||||
htmlContent
|
||||
);
|
||||
} catch (error) {
|
||||
|
||||
@@ -60,7 +60,7 @@ class AuthEmailService {
|
||||
|
||||
return await this.emailClient.sendEmail(
|
||||
user.email,
|
||||
"Verify Your Email - RentAll",
|
||||
"Verify Your Email - Village Share",
|
||||
htmlContent
|
||||
);
|
||||
}
|
||||
@@ -93,7 +93,7 @@ class AuthEmailService {
|
||||
|
||||
return await this.emailClient.sendEmail(
|
||||
user.email,
|
||||
"Reset Your Password - RentAll",
|
||||
"Reset Your Password - Village Share",
|
||||
htmlContent
|
||||
);
|
||||
}
|
||||
@@ -128,7 +128,7 @@ class AuthEmailService {
|
||||
|
||||
return await this.emailClient.sendEmail(
|
||||
user.email,
|
||||
"Password Changed Successfully - RentAll",
|
||||
"Password Changed Successfully - Village Share",
|
||||
htmlContent
|
||||
);
|
||||
}
|
||||
@@ -163,7 +163,7 @@ class AuthEmailService {
|
||||
|
||||
return await this.emailClient.sendEmail(
|
||||
user.email,
|
||||
"Personal Information Updated - RentAll",
|
||||
"Personal Information Updated - Village Share",
|
||||
htmlContent
|
||||
);
|
||||
}
|
||||
|
||||
@@ -65,7 +65,7 @@ class FeedbackEmailService {
|
||||
|
||||
return await this.emailClient.sendEmail(
|
||||
user.email,
|
||||
"Thank You for Your Feedback - RentAll",
|
||||
"Thank You for Your Feedback - Village Share",
|
||||
htmlContent
|
||||
);
|
||||
}
|
||||
|
||||
@@ -941,7 +941,7 @@ class RentalFlowEmailService {
|
||||
<h2>Share Your Experience</h2>
|
||||
<div class="info-box">
|
||||
<p><strong>Help the community by leaving a review!</strong></p>
|
||||
<p>Your feedback helps other renters make informed decisions and supports quality listings on RentAll.</p>
|
||||
<p>Your feedback helps other renters make informed decisions and supports quality listings on Village Share.</p>
|
||||
<ul>
|
||||
<li>How was the item's condition?</li>
|
||||
<li>Was the owner responsive and helpful?</li>
|
||||
@@ -956,7 +956,7 @@ class RentalFlowEmailService {
|
||||
reviewSection = `
|
||||
<div class="success-box">
|
||||
<p><strong>✓ Thank You for Your Review!</strong></p>
|
||||
<p>Your feedback has been submitted and helps strengthen the RentAll community.</p>
|
||||
<p>Your feedback has been submitted and helps strengthen the Village Share community.</p>
|
||||
</div>
|
||||
`;
|
||||
}
|
||||
|
||||
@@ -64,7 +64,7 @@ class RentalReminderEmailService {
|
||||
|
||||
return await this.emailClient.sendEmail(
|
||||
userEmail,
|
||||
`RentAll: ${notification.title}`,
|
||||
`Village Share: ${notification.title}`,
|
||||
htmlContent
|
||||
);
|
||||
} catch (error) {
|
||||
|
||||
@@ -60,7 +60,7 @@ class UserEngagementEmailService {
|
||||
variables
|
||||
);
|
||||
|
||||
const subject = `Congratulations! Your first item is live on RentAll`;
|
||||
const subject = `Congratulations! Your first item is live on Village Share`;
|
||||
|
||||
return await this.emailClient.sendEmail(
|
||||
owner.email,
|
||||
|
||||
Reference in New Issue
Block a user