.. include:: /Includes.rst.txt .. _columns-email: ===== Email ===== .. versionadded:: 13.0 When using the `email` type, TYPO3 takes care of :ref:`generating the according database field `. A developer does not need to define this field in an extension's :file:`ext_tables.sql` file. The TCA type :php:`email` should be used to input values representing email addresses. The :ref:`according database field ` is generated automatically. .. contents:: Table of contents .. _columns-email-properties: Properties of the TCA column type `email` ========================================= .. confval-menu:: :name: email :display: table :type: :Scope: .. include:: _Properties/_*.rst.txt :show-buttons: .. note:: The softref definition :php:`'softref' => 'email[subst]'` is automatically applied to all :php:`email` fields.