diff --git a/backend/services/email/core/EmailClient.js b/backend/services/email/core/EmailClient.js index 923021b..e48c5e4 100644 --- a/backend/services/email/core/EmailClient.js +++ b/backend/services/email/core/EmailClient.js @@ -79,7 +79,7 @@ class EmailClient { } // Use friendly sender name format for better recognition - const fromName = process.env.SES_FROM_NAME || "RentAll"; + const fromName = process.env.SES_FROM_NAME || "Village Share"; const fromEmail = process.env.SES_FROM_EMAIL; const source = `${fromName} <${fromEmail}>`; diff --git a/backend/services/email/core/TemplateManager.js b/backend/services/email/core/TemplateManager.js index 7ef1502..041176b 100644 --- a/backend/services/email/core/TemplateManager.js +++ b/backend/services/email/core/TemplateManager.js @@ -219,13 +219,13 @@ class TemplateManager {
- +
{{content}}
@@ -252,7 +252,7 @@ class TemplateManager {

{{message}}

Item: {{itemName}}

Rental Period: {{startDate}} to {{endDate}}

-

Thank you for using RentAll!

+

Thank you for using Village Share!

` ), @@ -261,7 +261,7 @@ class TemplateManager { `

Hi {{recipientName}},

Verify Your Email Address

-

Thank you for registering with RentAll! Please verify your email address by clicking the button below.

+

Thank you for registering with Village Share! Please verify your email address by clicking the button below.

Verify Email Address

If the button doesn't work, copy and paste this link into your browser: {{verificationUrl}}

This link will expire in 24 hours.

@@ -273,7 +273,7 @@ class TemplateManager { `

Hi {{recipientName}},

Reset Your Password

-

We received a request to reset the password for your RentAll account. Click the button below to choose a new password.

+

We received a request to reset the password for your Village Share account. Click the button below to choose a new password.

Reset Password

If the button doesn't work, copy and paste this link into your browser: {{resetUrl}}

This link will expire in 1 hour.

@@ -286,7 +286,7 @@ class TemplateManager { `

Hi {{recipientName}},

Your Password Has Been Changed

-

This is a confirmation that the password for your RentAll account ({{email}}) has been successfully changed.

+

This is a confirmation that the password for your Village Share account ({{email}}) has been successfully changed.

Changed on: {{timestamp}}

For your security, all existing sessions have been logged out.

Didn't change your password? If you did not make this change, please contact our support team immediately.

@@ -370,7 +370,7 @@ class TemplateManager {

Your Earnings: \${{payoutAmount}}

Funds are typically available in your bank account within 2-3 business days.

View Earnings Dashboard

-

Thank you for being a valued member of the RentAll community!

+

Thank you for being a valued member of the Village Share community!

` ), @@ -389,7 +389,7 @@ class TemplateManager {

What happens next?

{{paymentMessage}}

-

We encourage you to explore other similar items available for rent on RentAll. There are many great options waiting for you!

+

We encourage you to explore other similar items available for rent on Village Share. There are many great options waiting for you!

Browse Available Items

If you have any questions or concerns, please don't hesitate to contact our support team.

@@ -424,7 +424,7 @@ class TemplateManager { `

Hi {{renterName}},

Thank You for Returning On Time!

-

You've successfully returned {{itemName}} on time. On-time returns like yours help build trust in the RentAll community!

+

You've successfully returned {{itemName}} on time. On-time returns like yours help build trust in the Village Share community!

Rental Summary

Item: {{itemName}}

Rental Period: {{startDate}} to {{endDate}}

@@ -460,7 +460,7 @@ class TemplateManager { {{feedbackText}}

Submitted: {{submittedAt}}

-

Your input helps us improve RentAll for everyone. We take all feedback seriously and use it to make the platform better.

+

Your input helps us improve Village Share for everyone. We take all feedback seriously and use it to make the platform better.

If your feedback requires a response, our team will reach out to you directly.

` ), diff --git a/backend/services/email/domain/AlphaInvitationEmailService.js b/backend/services/email/domain/AlphaInvitationEmailService.js index c6686f1..ee79aaa 100644 --- a/backend/services/email/domain/AlphaInvitationEmailService.js +++ b/backend/services/email/domain/AlphaInvitationEmailService.js @@ -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) { diff --git a/backend/services/email/domain/AuthEmailService.js b/backend/services/email/domain/AuthEmailService.js index 6decd18..4f0b64d 100644 --- a/backend/services/email/domain/AuthEmailService.js +++ b/backend/services/email/domain/AuthEmailService.js @@ -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 ); } diff --git a/backend/services/email/domain/FeedbackEmailService.js b/backend/services/email/domain/FeedbackEmailService.js index 30f2a21..27ac17f 100644 --- a/backend/services/email/domain/FeedbackEmailService.js +++ b/backend/services/email/domain/FeedbackEmailService.js @@ -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 ); } diff --git a/backend/services/email/domain/RentalFlowEmailService.js b/backend/services/email/domain/RentalFlowEmailService.js index 7ef053f..b4a957d 100644 --- a/backend/services/email/domain/RentalFlowEmailService.js +++ b/backend/services/email/domain/RentalFlowEmailService.js @@ -941,7 +941,7 @@ class RentalFlowEmailService {

Share Your Experience

Help the community by leaving a review!

-

Your feedback helps other renters make informed decisions and supports quality listings on RentAll.

+

Your feedback helps other renters make informed decisions and supports quality listings on Village Share.