{"version":3,"file":"passthrough.mjs","names":[],"sources":["../../../../src/libs/email/adapters/passthrough.ts"],"sourcesContent":["import { copy } from \"../../i18n/index.js\";\nimport type { EmailAdapter, EmailAdapterInstance } from \"../types.js\";\n\nexport const passthroughEmailAdapterInstance: EmailAdapterInstance = {\n\ttype: \"email-adapter\",\n\tkey: \"passthrough\",\n\tsend: async () => {\n\t\treturn {\n\t\t\tsuccess: true,\n\t\t\tdeliveryStatus: \"sent\",\n\t\t\tmessage: copy(\"server:core.email.successfully.sent\"),\n\t\t\tdata: null,\n\t\t\texternalMessageId: null,\n\t\t};\n\t},\n};\n\nconst passthroughEmailAdapter: EmailAdapter = () =>\n\tpassthroughEmailAdapterInstance;\n\nexport default passthroughEmailAdapter;\n"],"mappings":"2CAGA,MAAa,EAAwD,CACpE,KAAM,gBACN,IAAK,cACL,KAAM,UACE,CACN,QAAS,GACT,eAAgB,OAChB,QAAS,EAAK,qCAAqC,EACnD,KAAM,KACN,kBAAmB,IACpB,EAEF,EAEM,MACL"}