Files
bigcapital/packages/server/src/services/MailNotification/constants.ts
2023-12-30 17:49:02 +02:00

7 lines
229 B
TypeScript

export const ERRORS = {
MAIL_FROM_NOT_FOUND: 'Mail from address not found',
MAIL_TO_NOT_FOUND: 'Mail to address not found',
MAIL_SUBJECT_NOT_FOUND: 'Mail subject not found',
MAIL_BODY_NOT_FOUND: 'Mail body not found',
};