1 | <?php |
||
10 | class EmailManager extends SesManager |
||
11 | { |
||
12 | /** |
||
13 | * Constructor |
||
14 | * |
||
15 | * @param SesClient $sesClient |
||
16 | * @param EmailIdentity $identity |
||
17 | */ |
||
18 | 5 | public function __construct(SesClient $sesClient, EmailIdentity $identity) |
|
22 | |||
23 | /** |
||
24 | * Create the identity within SES |
||
25 | */ |
||
26 | 1 | public function create() |
|
34 | } |
||
35 |