User Guide | Email Functions

Some functions within the flexi auth library send emails to the user in order for them the activate their account, reset forgotten passwords etc.

To aid the customisation of each of these emails, there are template files included within the library that are populated with the relevant data and emailed to the user.

Below is a compiled list of functions and configuration settings to customise the email templates.

Email : User Guide Index

Email Config | Email Functions

Email Configuration

Customise the configuration of the libraries email template settings.

Email Config. File Settings

Email Functions


  • send_email()
    Emails a user a predefined email template.
  • template_data()
    flexi auth sends emails for a number of functions.
    This function can set additional data variables that can then be included within these emails, by making them available to the email template files.