File src/class/Configurations.php
class Tlf\User\Configurations
Defines configurable options. The string key of the option is user. followed by the const's declared name.
i.e. const name_from is for key 'user.name_from'
See source code at /src/class/Configurations.php
Constants
-
const base_url = 'user.base_url'; -
const disabled_pages = 'user.disabled_pages'; -
const mail_service = 'user.mail_service'; -
const mail_service_callable = 'user.mail_service_callable'; -
const web_address = 'user.web_address'; -
const email_from = 'user.email_from'; -
const name_from = 'user.name_from'; -
const smtp_host = 'user.smtp_host'; -
const smtp_password = 'user.smtp_password';