I have tested several things now, and I cannot get the email to function properly.
I have tested with the report email.
With setting Email and HTML of the result is:
Quote:
*user* has complained (^reason) about one of the ads in the database:<br />
<br />
|
*user* is name of the user - that works fine, but the email text stops there.
With html on:
Quote:
|
*user* has complained (^reason) about one of the ads in the database:
|
I turned html of again, and removed the nl2br() from pp-inc.php and that was better:
Quote:
*user* has complained (^reason) about one of the ads in the database:
<a href="*url*" target="_blank">*url*</a>
with the following description:
*desc*
|
But still there are two errors: reason doen't show and the link is in html code.
Something must be wrong with the email system - does it work like it should on the demo site?