Interface MailApp

メール送信機能を提供します。Provides email-sending feature.

Hierarchy

  • MailApp

Methods

Methods

  • 指定された宛先にメールを送信します
    Sends mail to the specified recipient
    .

    Parameters

    • recipient: string[]

      宛先となるYahoo! JAPAN ビジネスID recipient Yahoo! JAPAN Business ID

    • subject: string

      メール件名 email subject

    • body: string

      メール本文Body of mail

    Returns void

  • 指定された宛先にメールを送信します
    Sends mail to the specified recipient
    .

    Parameters

    • recipient: string[]

      宛先となるYahoo! JAPAN ビジネスID recipient Yahoo! JAPAN Business ID

    • subject: string

      メール件名 email subject

    • body: string

      メール本文Body of mail

    • options: MailOptions

      オプション options

    Returns void

  • 指定された宛先にメールを送信します
    Sends mail to the specified recipient
    .

    Parameters

    • message: MailMessage

      メッセージオブジェクト message object

    Returns void