Skip to content

Function: parseAddresses()

parseAddresses(raw): string[]

Split a free-text address field (comma / semicolon / whitespace separated) into a trimmed, de-duplicated address array - the inverse of joinAddresses for compose inputs. Delegates to the shared net.parseEmails so the UI reads addresses the same way the server does.

string

string[]