This commit is contained in:
David Arranz 2024-10-01 20:24:49 +02:00
parent e984036e0d
commit 0226c1b0d3

View File

@ -84,7 +84,7 @@ export class SendIncidenceUseCase
try {
const sendInfo = await this._context.services?.emailService.sendMail({
from: this._context.defaults.support.from,
to: this._context.defaults.support.from,
to: this._context.defaults.support.to,
subject: this._context.defaults.support.subject,
html: `<p>Distribuidor: ${dealer.name.toString()}</p>
<p>Email: ${user.email.toString()}</p>