SproutCMS

This is the code documentation for the SproutCMS project

function mailto()

Creates an email anchor.

Usage

string Html::mailto ( string $email [, string $title [, array $attributes ]] );

Arguments

  1. string $email
    email address to send to
  2. string $title = NULL
    link text
  3. array $attributes = NULL
    HTML anchor attributes

Return value

  • string