1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

[ticket/10922] Added support for body and subject in email BBCode

PHPBB3-10922
This commit is contained in:
JoshyPHP
2015-04-28 02:40:33 +02:00
parent 6870293a9e
commit 102b6c2df3
3 changed files with 19 additions and 4 deletions

View File

@@ -1 +1,3 @@
<a href="mailto:user@example.org">user@example.org</a><a href="mailto:user@example.org">...</a>
<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?subject=Hello&amp;body=Sent+from+phpBB">user@example.org</a><br>

View File

@@ -1 +1,3 @@
[email]user@example.org[/email][email=user@example.org]...[/email]
[email]user@example.org[/email]
[email=user@example.org]...[/email]
[email subject="Hello" body="Sent from phpBB"]user@example.org[/email]