daniel-zahariev / php-aws-ses

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

PHP Warning: SimpleEmailService::sendEmail(): 6 getaddrinfo() thread failed to start #92

Open kamilkahar90 opened 2 years ago

kamilkahar90 commented 2 years ago

Hi, I got error like this.

PHP Warning:  SimpleEmailService::sendEmail(): 6 getaddrinfo() thread failed to start
 in /home/ubuntu/Code/stratos_queue/vendor/daniel-zahariev/php-aws-ses/src/SimpleEmailService.php on line 608

It popup like every 20-30 minutes. So I have to rerun the worker every time it happen. I'm using Amazon SES to send email.

daniel-zahariev commented 2 years ago

Hey @kamilkahar90, this is a curl error. Can you run a test to see if you can execute curl requests to external sites (eg. not localhost)?