Need Help with Email Sync (v0.4.0)
I am mainly into front-end side of things so not too much idea about back-end side of things. I have provided the following environment variables:
FRONT_AUTH_CALLBACK_URL=http://localhost:3001/verify
AUTH_GOOGLE_ENABLED=true
MESSAGING_PROVIDER_GMAIL_ENABLED=true
CALENDAR_PROVIDER_GOOGLE_ENABLED=true
AUTH_GOOGLE_CLIENT_ID=my_google_auth_client_id
AUTH_GOOGLE_CLIENT_SECRET=client_secret
AUTH_GOOGLE_CALLBACK_URL=http://localhost:3000/auth/google/redirect
MESSAGING_PROVIDER_GMAIL_CALLBACK_URL=http://localhost:3000/auth/google-gmail/get-access-token
AUTH_GOOGLE_APIS_CALLBACK_URL=http://localhost:3000/auth/google-apis/get-access-token
MESSAGE_QUEUE_TYPE=pg-boss
EMAIL_FROM_ADDRESS=my@email.com
EMAIL_SYSTEM_ADDRESS=my@email.com
EMAIL_FROM_NAME='Name from Domain'
EMAIL_DRIVER=logger
EMAIL_SMTP_HOST=smtp.gmail.com
EMAIL_SMTP_PORT=465
EMAIL_SMTP_USER=my@email.com
EMAIL_SMTP_PASSWORD='my app password with spaces as provided by google'
am I missing something or doing something wrong? My email displays in PG Admin and says: query sync status is "PENDING". Please help me figure it out.
FRONT_AUTH_CALLBACK_URL=http://localhost:3001/verify
AUTH_GOOGLE_ENABLED=true
MESSAGING_PROVIDER_GMAIL_ENABLED=true
CALENDAR_PROVIDER_GOOGLE_ENABLED=true
AUTH_GOOGLE_CLIENT_ID=my_google_auth_client_id
AUTH_GOOGLE_CLIENT_SECRET=client_secret
AUTH_GOOGLE_CALLBACK_URL=http://localhost:3000/auth/google/redirect
MESSAGING_PROVIDER_GMAIL_CALLBACK_URL=http://localhost:3000/auth/google-gmail/get-access-token
AUTH_GOOGLE_APIS_CALLBACK_URL=http://localhost:3000/auth/google-apis/get-access-token
MESSAGE_QUEUE_TYPE=pg-boss
EMAIL_FROM_ADDRESS=my@email.com
EMAIL_SYSTEM_ADDRESS=my@email.com
EMAIL_FROM_NAME='Name from Domain'
EMAIL_DRIVER=logger
EMAIL_SMTP_HOST=smtp.gmail.com
EMAIL_SMTP_PORT=465
EMAIL_SMTP_USER=my@email.com
EMAIL_SMTP_PASSWORD='my app password with spaces as provided by google'
am I missing something or doing something wrong? My email displays in PG Admin and says: query sync status is "PENDING". Please help me figure it out.