Active
Project:
Abuse
Version:
6.x-1.2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
18 Jul 2012 at 23:35 UTC
Updated:
18 Jul 2012 at 23:35 UTC
I use PHPmailer, and the "to" address format (line 416 in "abuse.admin.inc", function abuse_admin_warn_user) causes an error, so no e-mail has been sent. Apparently, PHPmailer doesn't recognize the address formatted like this:
$to = check_plain($account->name) ."<$account->mail>";
Of cause the same error will happen if I use "warn and remove", since the same function is in use.