Latvia
Integration with google mail
What is required minimum to have gmail messages to sync with CRM?
Do i only need those 2 in .env server: section?
MESSAGING_PROVIDER_GMAIL_ENABLED: true
AUTH_GOOGLE_APIS_CALLBACK_URL: https://crm.faketaxi.xxx/auth/google/redirect
Do i need to enable something in google console for emails to work?
2 replies
SMTP mailer problem
Settings are set in docker-compose yaml file,worker section.
EMAIL_DRIVER: smtp
EMAIL_FROM_ADDRESS: [email protected]
EMAIL_SYSTEM_ADDRESS: [email protected]
EMAIL_FROM_NAME: CRM-SYSTEM-TWENTY
.....
email host, port, smtp_user, smtp_pass are also set.
But still receiving invice email from: Felix from Twenty <[email protected]>
64 replies