![]() 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-send-friend/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> <sendfriend> <email> <enabled>0</enabled> <template>sendfriend_email_template</template> <allow_guest>0</allow_guest> <max_recipients>5</max_recipients> <max_per_hour>5</max_per_hour> <check_by>0</check_by> </email> </sendfriend> <captcha translate="label"> <frontend> <areas> <product_sendtofriend_form> <label>Send To Friend Form</label> </product_sendtofriend_form> </areas> </frontend> </captcha> <customer> <captcha> <shown_to_logged_in_user> <product_sendtofriend_form>1</product_sendtofriend_form> </shown_to_logged_in_user> </captcha> </customer> </default> </config>