Question

I am trying to use this simple library for using amazon email service. the library is here The example shown requires ses.php but I can not find where the ses.php is. I have also tried on the author's website which is here. But still got no idea where this comes from. Is it some standard file to be downloaded from amazon AWS sdk ?

Any help would be apprecaited.

Was it helpful?

Solution

The developer daniel-zahariev has now resolved the issue in the repo after I sent him my inquiry. instead of using ses.php need to include following files

 require_once('SimpleEmailService.php');
 require_once('SimpleEmailServiceMessage.php');
 require_once('SimpleEmailServiceRequest.php');
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top