Lauris Kuznecovs
Lauris Kuznecovs
I just found good alternative - `nodemailer` Here is the way it works: ``` // Load environment variables from .env file require('dotenv-flow').config(); const nodemailer = require('nodemailer'); // Ensure the environment...
Could it be possible to override with node position while dragging it?
Possible answers here: https://github.com/SparkPost/node-sparkpost/issues/271
Passing `isGetOnlyToken=true` does not solve the issue.
I overcame this issue by using another npm package - `@react-oauth/google`. It does not have this nasty 3rd party CORS service in the middle and it WORKS.