@webshop/root - v1.0.0
    Preparing search index...

    Implements

    Index

    Constructors

    Properties

    _emailsRepository: IEmailsRepository
    _supportRecipient: EmailRecipient = ...

    Methods

    • Adds both user and support emails into recipients list, requests layout and then sends the email using EmailsRepository

      Parameters

      • name: string
      • email: string
      • message: string

      Returns Promise<boolean>

      true if email was sent successfully and false if there was an error

      Kyrylo Maliuha