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.
| Comment | File | Size | Author |
|---|---|---|---|
| mailchimp.module.patch | 1.05 KB | Anonymous (not verified) | |
| mailchimp_lists.admin_.inc_.patch | 1.63 KB | Anonymous (not verified) |
Comments
Comment #1
levelos commentedPatch 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.
Comment #2
perignon commented