handleSendEmail = () => {
    const emailParam = {
      emailService: this.state.emailService,
      toEmails: this.getTargetEmails(),
      subject: this.state.subject,