我计划使用 Amazon SES 来解决我的邮件问题。我的计划是使用 PHP SDK API。我在我的 wamp 中安装了 SDK 包并运行了http//localhost/sdk-1.3.0/sdk-1.3.0/_compatibility_test/sdk_compatibility_test.php
.
我下一步要做什么?我应该在哪里插入我的凭据?
您将需要您的 AWS 密钥和 AWS 密钥。将它们传递给 AmazonSES 的构造函数,如其文档中所示
您也可以将它们存储在config.inc.php
文件中。