mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2026-03-03 03:07:01 +00:00
Add SES Driver
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user