Skip to content

Commit

Permalink
feat: change email from value in email service
Browse files Browse the repository at this point in the history
  • Loading branch information
fruneen committed May 23, 2024
1 parent de2aa3e commit db6d825
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template/apps/api/src/services/email/email.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ class EmailService {
export default new EmailService({
apiKey: config.RESEND_API_KEY,
from: {
email: 'notifications@ship.com',
email: 'no-reply@ship.paralect.com',
name: 'Ship',
},
});

0 comments on commit db6d825

Please sign in to comment.