Hi, When I manually add a subscriber, it receives the first autoresponder message instantly. But when I import the subscriber through a CSV file, it doesn't receive the first message. I already set it to receive the first message when I import. I also set initial status to active. What is wrong with Autoresponse Plus?
I have no idea if this is a custom code or if Autoresponse Plus is a script of some kind, but you need to find the root of the problem; is your PHP/server somehow disabling mass emails? Try doing an if statement with your mail(): (simplified) if (!mail($to, etc, etc...)){ echo 'Could not send to '.$to.'<br />'; } PHP: That'll also make sure the variable $to is set (and not null due to a typo of some kind). Also check the spam filters maybe?