I have set up the mailchimp module with opt-out, but users are not getting the welcome email. Is there a setting somewhere to enable this? I assume it's supported through the API?

Thanks,

Kim

Comments

levelos’s picture

Status: Active » Fixed

When a user is subscribed through the module, the welcome email send from MC is intentionally suppressed. Imagine registering on a Drupal site and then getting a welcome email from MC. Messaging is all handled via Drupal. You can still use the double opt in setting, though.

hamsterbacke42’s picture

This should may be still an option for people who do not need newsletter subscription on user registration.
For now you can just edit line 1116 of MCAPIclass.php

function listSubscribe($id, $email_address, $merge_vars, $email_type='html', $double_optin=true, $update_existing=false, $replace_interests=true, $send_welcome=false) {

to

function listSubscribe($id, $email_address, $merge_vars, $email_type='html', $double_optin=true, $update_existing=false, $replace_interests=true, $send_welcome=true) {

works for me

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

Brusca’s picture

Component: Miscellaneous » General
Status: Closed (fixed) » Needs work

Hi,
I am experiencing this issue and have changed the API ($send_welcome=true) but still no emails are going out when people sign up. Are there any other work arounds for this?

Brusca’s picture

Status: Needs work » Fixed

Nevermind, all sorted.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.