This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
// Replace us-west-2 with the AWS Region you're using for Amazon SES. | |
define('REGION','us-east-1'); | |
// require REQUIRED_FILE; | |
require '/home/ubuntu/vendor/autoload.php'; | |
use Aws\Ses\SesClient; | |
use Aws\Ses\Exception\SesException; |
NewerOlder