MonoCloud Management SDK
    Preparing search index...

    Interface CommunicationEmailOptions

    Communication Email Options Response: Represents the email delivery configuration.

    CommunicationEmailOptions

    interface CommunicationEmailOptions {
        default_from_email: string;
        provider: EmailProviders;
        send_grid?: CommunicationEmailSendGridOptions | null;
    }
    Index

    Properties

    default_from_email: string

    The tenant-specific sender email address.

    CommunicationEmailOptions

    provider: EmailProviders

    The email provider used for sending messages.

    CommunicationEmailOptions

    Configuration options for SendGrid email delivery.

    CommunicationEmailOptions