feat: add option for sendmail command
This commit is contained in:
parent
2e0980ca7e
commit
af9b157622
1 changed files with 1 additions and 0 deletions
|
|
@ -23,6 +23,7 @@ $customChanges = [
|
||||||
'transport_smtp_encrypt' => $_ENV['TYPO3_MAIL_SMTP_ENCRYPT'],
|
'transport_smtp_encrypt' => $_ENV['TYPO3_MAIL_SMTP_ENCRYPT'],
|
||||||
'transport_smtp_username' => $_ENV['TYPO3_MAIL_SMTP_USER'],
|
'transport_smtp_username' => $_ENV['TYPO3_MAIL_SMTP_USER'],
|
||||||
'transport_smtp_password' => $_ENV['TYPO3_MAIL_SMTP_PASSWORD'],
|
'transport_smtp_password' => $_ENV['TYPO3_MAIL_SMTP_PASSWORD'],
|
||||||
|
'transport_sendmail_command' => $_ENV['TYPO3_MAIL_SENDMAIL_COMMAND'],
|
||||||
],
|
],
|
||||||
'SYS' => [
|
'SYS' => [
|
||||||
'caching' => [
|
'caching' => [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue