Update
This commit is contained in:
@@ -211,7 +211,7 @@ func (s *memberSvc) sendRegistrationOTP(
|
||||
Recipient: registration.Email,
|
||||
Subject: "Enaklo - Registration Verification Code",
|
||||
TemplateName: "member_registration_otp",
|
||||
TemplatePath: "templates/member_registration_otp.html",
|
||||
TemplatePath: "/templates/member_registration_otp.html",
|
||||
Data: emailData,
|
||||
})
|
||||
|
||||
@@ -246,7 +246,7 @@ func (s *memberSvc) sendWelcomeEmail(
|
||||
Recipient: customer.Email,
|
||||
Subject: "Welcome to Enaklo Membership Program",
|
||||
TemplateName: "welcome_member",
|
||||
TemplatePath: "templates/welcome_member.html",
|
||||
TemplatePath: "/templates/welcome_member.html",
|
||||
Data: welcomeData,
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user