add mail configuration

This commit is contained in:
raishvaria
2019-11-18 17:30:04 +05:30
parent 88199996fb
commit 6d350db854
12 changed files with 1655 additions and 188 deletions

View File

@ -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.'
},