We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1915141 commit e0a976cCopy full SHA for e0a976c
docs/site/django_crm_settings.md
@@ -67,6 +67,12 @@ Specify details for connecting to an email account through which CRM will be abl
67
Add the addresses of CRM administrators to the list, so they can receive error logs.
68
`ADMINS = [("<Admin1 name>", "<admin1_box@example.com>"), (...)]`
69
70
+### CRM email marketing
71
+
72
+This is the **mailing CRM**, so email campaigns are allowed by default.
73
+If you do not intend to use them, set the `MAILING` parameter to `False` (recommended).
74
+Learn more about this [CRM and email marketing](https://djangocrm.github.io/info/features/massmail-app-features){target="_blank"}.
75
76
## CRM and database testing
77
78
Run the built-in tests:
0 commit comments