fix: email notifiations
This commit is contained in:
parent
07238a06a6
commit
3e8f5ddca6
|
|
@ -101,7 +101,7 @@ export class NotificationService {
|
||||||
}
|
}
|
||||||
|
|
||||||
async sendEmail(to: string, subject: string, html: string, replyTo?: string) {
|
async sendEmail(to: string, subject: string, html: string, replyTo?: string) {
|
||||||
await this._emailService.sendEmail(to, subject, html, 'bottom', replyTo);
|
await this._emailService.sendEmail(to, subject, html, 'top', replyTo);
|
||||||
}
|
}
|
||||||
|
|
||||||
hasEmailProvider() {
|
hasEmailProvider() {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue