![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/old/vendor/magento/module-email/etc/ |
<?xml version="1.0"?> <!-- /** * Copyright © Magento, Inc. All rights reserved. * See COPYING.txt for license details. */ --> <config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Store:etc/config.xsd"> <default> <design> <email> <header_template>design_email_header_template</header_template> <footer_template>design_email_footer_template</footer_template> </email> </design> <system> <media_storage_configuration> <allowed_resources> <email_folder>email</email_folder> </allowed_resources> </media_storage_configuration> <emails> <forgot_email_template>system_emails_forgot_email_template</forgot_email_template> <forgot_email_identity>general</forgot_email_identity> </emails> <smtp> <disable>0</disable> <host>localhost</host> <port>25</port> <password backend_model="Magento\Config\Model\Config\Backend\Encrypted" /> <set_return_path>0</set_return_path> <transport>sendmail</transport> <auth>none</auth> </smtp> </system> <trans_email> <ident_custom1> <email>[email protected]</email> <name>Custom 1</name> </ident_custom1> <ident_custom2> <email>[email protected]</email> <name>Custom 2</name> </ident_custom2> <ident_general> <email>[email protected]</email> <name>Owner</name> </ident_general> <ident_sales> <email>[email protected]</email> <name>Sales</name> </ident_sales> <ident_support> <email>[email protected]</email> <name>CustomerSupport</name> </ident_support> </trans_email> </default> </config>