简体   繁体   English

将php-aws-ses sdk用于Amazon SES时找不到ses.php

[英]Can not find ses.php while using php-aws-ses sdk for Amazon SES

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. 库在这里显示的示例需要ses.php,但我找不到ses.php在哪里。 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 ? 是否可以从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. 我向他发送询问后,开发人员daniel-zahariev现在已在回购中解决了该问题。 instead of using ses.php need to include following files 而不是使用ses.php需要包含以下文件

 require_once('SimpleEmailService.php');
 require_once('SimpleEmailServiceMessage.php');
 require_once('SimpleEmailServiceRequest.php');

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM