You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

57 regels
1.9 KiB

  1. <?xml version="1.0"?>
  2. <!--
  3. /**
  4. * Copyright © Magento, Inc. All rights reserved.
  5. * See COPYING.txt for license details.
  6. */
  7. -->
  8. <config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Store:etc/config.xsd">
  9. <default>
  10. <design>
  11. <email>
  12. <header_template>design_email_header_template</header_template>
  13. <footer_template>design_email_footer_template</footer_template>
  14. </email>
  15. </design>
  16. <system>
  17. <media_storage_configuration>
  18. <allowed_resources>
  19. <email_folder>email</email_folder>
  20. </allowed_resources>
  21. </media_storage_configuration>
  22. <emails>
  23. <forgot_email_template>system_emails_forgot_email_template</forgot_email_template>
  24. <forgot_email_identity>general</forgot_email_identity>
  25. </emails>
  26. <smtp>
  27. <disable>0</disable>
  28. <host>localhost</host>
  29. <port>25</port>
  30. <set_return_path>0</set_return_path>
  31. </smtp>
  32. </system>
  33. <trans_email>
  34. <ident_custom1>
  35. <email>custom1@example.com</email>
  36. <name>Custom 1</name>
  37. </ident_custom1>
  38. <ident_custom2>
  39. <email>custom2@example.com</email>
  40. <name>Custom 2</name>
  41. </ident_custom2>
  42. <ident_general>
  43. <email>owner@example.com</email>
  44. <name>Owner</name>
  45. </ident_general>
  46. <ident_sales>
  47. <email>sales@example.com</email>
  48. <name>Sales</name>
  49. </ident_sales>
  50. <ident_support>
  51. <email>support@example.com</email>
  52. <name>CustomerSupport</name>
  53. </ident_support>
  54. </trans_email>
  55. </default>
  56. </config>