开发者

How to supply my credentials to the Amazon SES PHP API

开发者 https://www.devze.com 2023-02-23 06:31 出处:网络
I am planning to use Amazon SES to solve my mailer issues. My plan is to use the PHP SDK API. I installed the SDK package in my wamp and also ran http//localhost/sdk-1.3.0/sdk-1.3.0/_compatibility_tes

I am planning to use Amazon SES to solve my mailer issues. My plan is to use the PHP SDK API. I installed the SDK package in my wamp and also ran http//localhost/sdk-1.3.0/sdk-1.3.0/_compatibility_test/sdk_compatibility_test.php.

What is my next step? Where should I insert my c开发者_StackOverflow中文版redentials?


You ll need your AWS key and AWS secret key. Pass them to the constructor of AmazonSES, as indicated in its documentation


You can also store them in the config.inc.php file.

0

精彩评论

暂无评论...
验证码 换一张
取 消