mimekit-ts - v1.0.0
    Preparing search index...

    Function generateMessageId

    • Generate a Message-Id or Content-Id.

      Generates a new identifier using the supplied domain. In this isomorphic port the default domain is localhost.

      Parameters

      • domain: string = 'localhost'

        Domain to use in the identifier.

      Returns string

      The generated message identifier.

      domain is null, undefined, or empty.