Merge pull request #3761 from vishal-webkul/issue-3755

Issue #3755 fixed
This commit is contained in:
Jitendra Singh 2020-08-14 15:53:39 +05:30 committed by GitHub
commit d2495e71bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -71,6 +71,7 @@ $data = array();
// inserting form data to empty array
$keyValueData['MAIL_DRIVER'] = $_POST["mail_driver"];
$keyValueData['MAIL_HOST'] = $_POST["mail_host"];
$keyValueData['MAIL_PORT'] = $_POST["mail_port"];
$keyValueData['MAIL_ENCRYPTION'] = $_POST["mail_encryption"];
$keyValueData['MAIL_USERNAME'] = $_POST["mail_username"];