Skip to content

Commit 23a9ada

Browse files
Update README.md
1 parent da2a80b commit 23a9ada

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,11 @@ They are captured and organized within the system using a **ticketing mechanism*
125125

126126
The CRM can integrate with email service providers (like Gmail) that require mandatory two-step authentication (using the **OAuth 2.0** protocol) for third-party applications.
127127

128+
## Mailing CRM
129+
130+
The CRM system includes a **bulk mailing** feature that allows users to send personalized newsletters to their contacts.
131+
Customer segmentation features allow you to create targeted email marketing campaigns, and these can be managed directly within the CRM interface.
132+
128133
## User Assistance
129134

130135
- Each CRM page includes a link <img src="https://github.com/DjangoCRM/django-crm/raw/main/docs/site/icons/question-mark.svg" alt="question-mark icon" style="vertical-align: bottom" width="25" height="25"> to a context-aware help page, with content dynamically tailored to the user's role for more relevant guidance.
@@ -153,10 +158,10 @@ Django CRM has full support for translation of interface, formatting of dates, t
153158

154159
- **Self-Hosting**: The CRM application software is designed to be self-hosted, allowing you to have full control over your CRM data and environment. By self-hosting, you can customize the CRM to fit your specific business needs and ensure that your data remains private and secure.
155160
- **Collaborative CRM**: Boost team productivity with tools for task management, project collaboration, and internal communication.
161+
- **Automated email system**: Email marketing CRM integration and automatically saving copies of all correspondence associated with each request and deal in its database.
156162
- **Analytical CRM**: Gain actionable insights with built-in reports like sales funnel, income summary, and lead source analysis.
157163
- **Python and Django-Based**: No learning of a proprietary framework is required - all built on Django with an intuitive admin interface. The frontend and backend, based on Django Admin, make it much easier customization and development projects, as well as deploy and maintain a production server.
158164

159-
160165
## Getting Started
161166

162167
Django-CRM can be easily deployed as a regular Django project.

0 commit comments

Comments
 (0)