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.
精彩评论