1

I have a form. When a user submits the form after filling it, I have to send a mail to the user by using getresponse.com and also the user email should be added to my mailing list. I have an account in getresponse.com.

Alex Martelli
  • 854,459
  • 170
  • 1,222
  • 1,395
kishore
  • 1,017
  • 3
  • 12
  • 21

1 Answers1

1

The getresponse github page has examples of using their API in C#, Javascript, Python, Perl, and PHP. You don't tell us which language you want to use -- is it none of these?

Alex Martelli
  • 854,459
  • 170
  • 1,222
  • 1,395
  • And? What's wrong with the sample at http://github.com/GetResponse/DevZone/blob/master/API/examples/php_synopsis.php ? (Adding PHP to your tags to attract PHP expects -- I'm not one of those;-). – Alex Martelli Jun 08 '10 at 14:20
  • bizarrely GetRespone.com seem to have deleted all their sample repos and I can't find them in their API documents either. I guess they hate money. – niico Jul 05 '19 at 18:51