• This controller will send marketing emails

    Author

    tharun634, aayushchugh

    Parameters

    • req: Request<{}, {}, {
          allUsers: undefined | boolean;
          html: string;
          specificUsers: undefined | string[];
          subject: string;
      }, ParsedQs, Record<string, any>>

      express request

    • res: Response<any, Record<string, any>>

      express response

    Returns Promise<undefined | Response<any, Record<string, any>>>

Generated using TypeDoc