I’m trying to configure email in Frappe CRM, but I can’t find where, fyi, I installed Frappe CRM only without ERPNext. Is email feature available in the CRM or it’s just available in ERPNext.
If it’s only available in ERPNext, how can I deactivate the stock, manifacturing modules?
I have found the Email settings in Desk App, I have added an Email Domain, added email account, set the required credentials like smtp server url, port and password, but when I try to send email to a contact, nothing happen.
The status now is Suspend Sending.
Even if I enter to one queue and press the button of Send Now, it doesn’t send the email and the status remains Not Sent.
I spun up a Docker CRM instance and seem to have the same issue. Messages remain in queue , no error messages. The System Health Report page shows messages as “Pending”. bench scheduler status says it’s enabled for the site.
I installed the Docker version from as described here. , That installs crm 2.0.0-dev, frappe 15.x.x-develop. It appears to have the same problem that you have described. .
Yeah, I have tried both development version and production version, the production version is not running properly also. after running the installation script, I got this error:
service "configurator" didn't complete successfully: exit 255
Docker Compose failed, please check the container logs
Command '['docker', 'compose', '-p', 'crm_prod_setup', '-f', '/home/ubuntu/crm_prod_setup-compose.yml', 'up', '--force-recreate', '--remove-orphans', '-d']' returned non-zero exit status 1.
I tried the easy install script, it failed with a similar message but it also clobbered all by other Docker test apps and they may have been a factor. If I get time I’ll spin up a VM dedicated to crm but it isn’t something I’m planning on using in production soon.