mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-02 04:24:56 +02:00
10 lines
481 B
Plaintext
10 lines
481 B
Plaintext
[email]user@example.org[/email]
|
|
[email=user@example.org]...[/email]
|
|
[email=user@example.org ]...[/email]
|
|
[email=user@example.org subject="Hello"]...[/email]
|
|
[email subject="Hi there"]user@example.org[/email]
|
|
[email body="Hi there"]user@example.org[/email]
|
|
[email subject="Hello" body="Sent from phpBB"]user@example.org[/email]
|
|
[email body="Sent from phpBB" subject="Hello"]user@example.org[/email]
|
|
[email body="Sent from phpBB" subject="Hello" email="user@example.org"]...[/email]
|