how to send email using infusionsoft api
问题 I make a php page in which I used infusionsoft . When I run the function it returns 1 but no mail is sent to the mail address. I'm sending mail through wamp server in infusionsoft api. Here is my code: <?php echo "Hello World! <br/>"; include_once('iSDK/src/isdk.php'); //require_once"iSDK/src/isdk.php"; $myApp = new iSDK; // Test Connnection if ($myApp->cfgCon("connectionName")) { echo "Connected..."; } else { echo "Not Connected..."; } $check=$myApp->sendEmail($clist,'marif252@gmail.com',