Browse Source

chore(api): make email sendFrom optional

legacy-ui
isra el 1 year ago
parent
commit
da295dfe4b
  1. 1
      api/src/mail/mail.service.ts

1
api/src/mail/mail.service.ts

@ -32,7 +32,6 @@ export class MailService {
subject,
template,
context,
from,
}
if (from) {

Loading…
Cancel
Save