Function postSendGmailHandler
- postSendGmailHandler(req: Request<{
email: string;
}, {}, {
html: string;
subject: string;
to: string;
}, ParsedQs, Record<string, any>>, res: Response<any, Record<string, any>>): Promise<Response<any, Record<string, any>>>
-
Parameters
-
req: Request<{
email: string;
}, {}, {
html: string;
subject: string;
to: string;
}, ParsedQs, Record<string, any>>
-
res: Response<any, Record<string, any>>
Returns Promise<Response<any, Record<string, any>>>
This controller will send a email from users gmail account
Author
aayushchugh