Add SES Driver

This commit is contained in:
David Bomba
2025-08-21 13:30:24 +10:00
parent 36aa8bc89e
commit da8dc7490e
5 changed files with 389 additions and 41 deletions

View File

@@ -5615,6 +5615,10 @@ $lang = array(
'tax_nexus' => 'Tax Nexus',
'tax_period_report' => 'Tax Period Report',
'creator' => 'Created by',
'ses_topic_arn_help' => 'The SES topic (optional, only for webhook tracking)',
'ses_region_help' => 'The AWS region, ie us-east-1',
'ses_secret_key' => 'SES Secret Key',
'ses_access_key_id' => 'SES Access Key ID'
);
return $lang;