.
This commit is contained in:
parent
e984036e0d
commit
0226c1b0d3
@ -84,7 +84,7 @@ export class SendIncidenceUseCase
|
|||||||
try {
|
try {
|
||||||
const sendInfo = await this._context.services?.emailService.sendMail({
|
const sendInfo = await this._context.services?.emailService.sendMail({
|
||||||
from: this._context.defaults.support.from,
|
from: this._context.defaults.support.from,
|
||||||
to: this._context.defaults.support.from,
|
to: this._context.defaults.support.to,
|
||||||
subject: this._context.defaults.support.subject,
|
subject: this._context.defaults.support.subject,
|
||||||
html: `<p>Distribuidor: ${dealer.name.toString()}</p>
|
html: `<p>Distribuidor: ${dealer.name.toString()}</p>
|
||||||
<p>Email: ${user.email.toString()}</p>
|
<p>Email: ${user.email.toString()}</p>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user