MCPcopy Index your code
hub / github.com/simstudioai/sim / hasEmailHeaderControlChars

Function hasEmailHeaderControlChars

apps/sim/lib/messaging/email/utils.ts:8–10  ·  view source on GitHub ↗
(value: string)

Source from the content-addressed store, hash-verified

6export const NO_EMAIL_HEADER_CONTROL_CHARS_REGEX = /^[^\r\n]*$/
7
8export function hasEmailHeaderControlChars(value: string): boolean {
9 return EMAIL_HEADER_CONTROL_CHARS_REGEX.test(value)
10}
11
12/**
13 * Get the from email address, preferring FROM_EMAIL_ADDRESS over EMAIL_DOMAIN

Callers 2

utils.test.tsFile · 0.90
validateAndSanitizeFunction · 0.90

Calls 1

testMethod · 0.80

Tested by

no test coverage detected