mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-02 12:34:59 +02:00
10 lines
657 B
HTML
10 lines
657 B
HTML
<a href="mailto:user@example.org">user@example.org</a><br>
|
|
<a href="mailto:user@example.org">...</a><br>
|
|
<a href="mailto:user@example.org">...</a><br>
|
|
<a href="mailto:user@example.org?subject=Hello">...</a><br>
|
|
<a href="mailto:user@example.org?subject=Hi%20there">user@example.org</a><br>
|
|
<a href="mailto:user@example.org?body=Hi%20there">user@example.org</a><br>
|
|
<a href="mailto:user@example.org?subject=Hello&body=Sent%20from%20phpBB">user@example.org</a><br>
|
|
<a href="mailto:user@example.org?subject=Hello&body=Sent%20from%20phpBB">user@example.org</a><br>
|
|
<a href="mailto:user@example.org?subject=Hello&body=Sent%20from%20phpBB">...</a><br>
|