.. ================================================== .. FOR YOUR INFORMATION .. -------------------------------------------------- .. -*- coding: utf-8 -*- with BOM. .. ================================================== .. DEFINE SOME TEXTROLES .. -------------------------------------------------- .. role:: underline .. role:: typoscript(code) .. role:: ts(typoscript) :class: typoscript .. role:: php(code) Configuration ------------- Open the extension in the SAV Library Kickstarter and select “SAV Example6 – Email and RTF” in the “New Database Tables”, then select the “Input” folder. As it can be seen, only the fields “email\_flag”, “email\_language” and “invoice” have special configurations. Field “email\_flag” ^^^^^^^^^^^^^^^^^^^ The field “email\_flag” is associated with the email generation. Let us analyze its configuration shown below. Do not forget to use the Context Sensitive Help to get information about the field type attributes and to click on the “sav\_library\_plus / general” attributes. .. figure:: ../../Images/Tutorial6KickstarterEmailFieldConfiguration.png - “fusion = begin;”. This attribute is used with “fusion = end;” in the field “email\_language” to have both fields aligned. - “mail = 1;”. It tells that an email is associated with the field. - “fieldForCheckMail = email;”. The email will be sent only if the field “email” is not null. - “mailSender = `conference.organization@provider.com `_ ;”. This attribute defines the email sender. You can change it with your email and remove the line you have added in the TSconfig of the page. - “mailSubject = $$$mailSubject$$$;”. It defines the mail subject. Since $$$tag$$$ is used, it means that localization is used. Therefore, the mail subject is defined in the file “locallang.xml” in the extension directory “pi1”. Open this file in your favorite editor and check the xml tag “