@suluk/email - v0.2.0
    Preparing search index...

    Interface BrandedEmailOptions

    interface BrandedEmailOptions {
        icon: string;
        heading: string;
        subheading?: string;
        body: string;
        ctaLabel?: string;
        ctaUrl?: string;
        preheader?: string;
    }
    Index

    Properties

    icon: string

    header-banner icon (emoji or HTML entity).

    heading: string
    subheading?: string
    body: string

    the inner body HTML (placed inside the card).

    ctaLabel?: string
    ctaUrl?: string
    preheader?: string

    preview text (shown in the client's preview line, hidden in the body).