Skip to content

Commit

Permalink
revert email
Browse files Browse the repository at this point in the history
  • Loading branch information
birdpump committed May 22, 2024
1 parent 2937aac commit 51d6a9f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions utils/app/email/sendEmail.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export async function sendVerificationEmail(email, link) {
}, Subject: {
Data: 'Locker Verify'
}
}, Source: 'CV Locker <locker@cvapps.net>'
}, Source: 'CV Locker <locker_verify@cvapps.net>'
};
try {
await sesClient.send(new SendEmailCommand(params));
Expand Down Expand Up @@ -75,7 +75,7 @@ export async function sendLockerEmail(email, data) {
}, Subject: {
Data: 'Selected Locker Location'
}
}, Source: 'CV Locker <locker@cvapps.net>'
}, Source: 'CV Locker <locker_verify@cvapps.net>'
};
try {
await sesClient.send(new SendEmailCommand(params));
Expand Down

0 comments on commit 51d6a9f

Please sign in to comment.