crm_email
CRM Email provides a simple way to send emails to Contacts in Drupal CRM. It extends Easy Email, tweaking its default form to let one select CRM Contacts as recipients rather than Drupal Users.
Future Plans
The Member Platform initiative is working on the spec for features to provide significant feature parity with Mailchimp and other marketing email platforms. Campaign management, scheduled emails, visual email designer, open/click tracking reports, email templates, and bounce management. Bring your own email service provider (e.g. Sendgrid, Mailgun, Amazon SES) and avoid the high per seat and per contact pricing of marketing email platforms.
CRM Ecosystem
See other projects in the Drupal CRM ecosystem.
How to Contribute
Drupal Slack
Drupal Slack
If you haven't already, join Drupal Slack then find us in the #crm channel where we collaborate on CRM issues.
Issue Queue
The best way to dive in is to find an issue in the issue queue that you can help with and get to it. Be bold and take action!
Develop CRM Email using DDEV ⚙
If you haven't already, install DDEV.
git clone [email protected]:project/crm_email.git cd crm_email ddev config --project-type=drupal --docroot=web --php-version=8.4 --corepack-enable --project-name=crm-email ddev add-on get ddev/ddev-drupal-contrib ddev add-on get ddev/ddev-selenium-standalone-chrome ddev start ddev poser ddev symlink-project ddev drush site:install -y ddev drush pm:install crm_email -y ddev drush config:export -y ddev drush user:login