MCPcopy Index your code
hub / github.com/Linen-dev/linen.dev / parseResponse

Function parseResponse

packages/integration-email/src/helper/parser.ts:21–24  ·  view source on GitHub ↗
(text: string)

Source from the content-addressed store, hash-verified

19}
20
21export function parseResponse(text: string) {
22 // TODO: improve this
23 return `<${text.split('250 Ok ').join('')}@us-west-2.amazonses.com>`;
24}

Callers 2

sendMailFunction · 0.90
parser.test.tsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected