• This controller will send a email from users gmail account

    Author

    aayushchugh

    Parameters

    • req: Request<{
          email: string;
      }, {}, {
          html: string;
          subject: string;
          to: string;
      }, ParsedQs, Record<string, any>>

      express request

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

      express response

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

Generated using TypeDoc