MailChimp Integration Error

[2015-03-01 08:33:01] mautic.ERROR: INTEGRATION ERROR: Mailchimp - An email address must contain a single @ [] []



States that I’m not supplying the email correctly but in regards to my setup I believe I am.



Interested in finding where the code pushings the details via the API to check and dump the data to make sure.

[2015-03-01 08:33:01] mautic.ERROR: INTEGRATION ERROR: Mailchimp - An email address must contain a single @ [] []

States that I’m not supplying the email correctly but in regards to my setup I believe I am.

Interested in finding where the code pushings the details via the API to check and dump the data to make sure.

http://pasteboard.co/1tR3rGr9.png

Config in form to mailchimp integration config

Config looks good. Is there anything odd about the email of the lead it is trying to push?

Code wise, the lead is pushed via

https://github.com/mautic/mautic/blob/master/addons/MauticEmailMarketingBundle/Integration/MailchimpIntegration.php#L123

The field matching takes place in

https://github.com/mautic/mautic/blob/master/app/bundles/AddonBundle/Integration/AbstractIntegration.php#L961

Thanks!
Alan

Pulled it all a part and it all looked fine!

Moved the installation to another server and it all worked along with a whole lot of other things.

Still a few bugs but a whole lot better after moving to another VPS.

Thanks Alan.

Hey Peter,

I actually found a bug related to the push to integration for form submit actions. Turns out the lead wasn’t passed to the callback for form submit actions. Oops.

https://github.com/mautic/mautic/pull/129

Thanks!
Alan

Excuse me for crossposting similar issue- getting to learn the system and its friendly userbase. has this issue been resolved entirely? Similar error in the logs here too.