Skip to content

Commit 3fcd8cb

Browse files
author
Fawad Ali
committed
CCM-4893: revert recipient email
1 parent e299d2a commit 3fcd8cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/form-actions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ export async function sendEmail(
134134
templateSubjectLine: string | null
135135
) {
136136
const res = await getAmplifyBackendClient().queries.sendEmail({
137-
recipientEmail: 'fawad.ali3@nhs.net',
137+
recipientEmail: 'england.test.cm@nhs.net',
138138
templateId,
139139
templateName,
140140
templateMessage,

0 commit comments

Comments
 (0)