mirror of
https://github.com/crater-invoice/crater.git
synced 2025-10-28 04:01:10 -04:00
add mail configuration
This commit is contained in:
@ -565,9 +565,19 @@ export default {
|
||||
host: 'Mail Host',
|
||||
port: 'Mail Port',
|
||||
driver: 'Mail Driver',
|
||||
domain: 'Domain',
|
||||
secret: 'Secret',
|
||||
sparkpost_secret: 'Sparkpost Secret',
|
||||
mailgin_secret: 'Mailgun Secret',
|
||||
ses_secret: 'SES Secret',
|
||||
mandrill_secret: 'Mandrill Secret',
|
||||
ses_key: 'SES Key',
|
||||
password: 'Mail Password',
|
||||
username: 'Mail Username',
|
||||
endpoint: 'Mail Endpoint',
|
||||
mail_config: 'Mail Configuration',
|
||||
from_name: 'From Mail Name',
|
||||
from_mail: 'From Mail Address',
|
||||
encryption: 'Mail Encryption',
|
||||
mail_config_desc: 'Below details will be used to update the mail environment. Also you can change the details anytime after logging in.'
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user