mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 20:38:52 +00:00
9 lines
657 B
HTML
9 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>
|