Go to the first, previous, next, last section, table of contents.


@email{email-address[, displayed-text]}

Use the @email command to indicate an electronic mail address. It takes one mandatory argument, the address, and one optional argument, the text to display (the default is the address itself).

In Info and TeX, the address is shown in angle brackets, preceded by the text to display if any. In HTML output, @email produces a `mailto' link that usually brings up a mail composition window. For example:

Send bug reports to @email{bug-texinfo@@gnu.org}.
Send suggestions to the @email{bug-texinfo@@gnu.org, same place}.

produces

Send bug reports to bug-texinfo@gnu.org.
Send suggestions to the same place.


Go to the first, previous, next, last section, table of contents.