daniel-zahariev / php-aws-ses

PHP classes that interfaces Amazon Simple Email Service
307 stars 100 forks source link

Curl_init #13

Closed shanmmukha1589 closed 8 years ago

shanmmukha1589 commented 9 years ago

Call to undefined function curl_init() in SimpleEmailServiceRequest.php on line 80

Fatal error: Call to undefined function curl_init() in SimpleEmailServiceRequest.php on line 80

daniel-zahariev commented 8 years ago

For the classes to work properly the php5-curl extension must be present. This is a hard dependency and you can't get the code running without it.