문제

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.

도움이 되었습니까?

해결책

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');
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top