It's not possible to enable the MailChimp welcome mail with this module.
mailchimp_subscribe_user() should send an extra parameter to $mcapi->listSubscribe() to enable this feature.

I attached a patch that adds a "Send MailChimp welcome mail"-checkbox in the configform.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

levelos’s picture

Status: Needs review » Needs work

Patch needs to vary parameters depending on whether or not the welcome email should be sent. Always set to TRUE with this approach, even with an empty welcome email.

Perignon’s picture

Issue summary: View changes
Status: Needs work » Closed (outdated)