Skip to content

Commit

Permalink
Changed Resend Domain
Browse files Browse the repository at this point in the history
  • Loading branch information
Varkoff committed Jul 10, 2024
1 parent 257e9bd commit a145b5a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docker-compose.prod.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
services:
nestjs-chat-api_dev:
nestjs-chat-api_production:
environment:
- DATABASE_URL
- JWT_SECRET
Expand All @@ -14,7 +14,7 @@ services:
- STRIPE_WEBHOOK_SECRET


container_name: nestjs-chat-api_dev
container_name: nestjs-chat-api_production
# build:
# context: .
# dockerfile: Dockerfile
Expand Down
2 changes: 1 addition & 1 deletion src/mailer.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export class MailerService {
}) {
try {
const data = await this.mailer.emails.send({
from: 'Acme <[email protected]>',
from: 'Virgile <[email protected]>',
to: [recipient],
subject: 'Bienvenue sur la plateforme',
html: `Bonjour ${firstName}, et bienvenue sur NestJS Chat ! Nous sommes <strong>heureux</strong> de vous avoir parmi nous.`,
Expand Down

0 comments on commit a145b5a

Please sign in to comment.