List Managers & cURL

Hyphen

New member
Dec 2, 2008
413
16
0
Is there any web-based list manager (like AWeber, MailChimp, etc.) that allows the adding of emails via cURL or a PHP script? I'm not trying to do anything shady and retarded, doing double opt-in here, and I'm not getting that to work with AWeber, looks like they're supressing cURL. Any suggestions?
 


You have to set up a custom email rule to accomplish php firing emails to aweber. I just set it up to come from a certain email address and then returned all the important data in line separated format in the body (Field: Value \r\n).

Aweber had lots of integrations with different CMSs but nothing that says "here do this for custom programming" ... the email thing is just a hack but it worked.

The only thing that drove me nuts was that some IP ranges get blocked automatically (or perhaps filtered by country) ... I ended up routing all of the email for subs to flow through gmail so it was deliverable to aweber.

PITA but it all worked.