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