Ticket #1207 (closed defect: fixed)

Opened 3 weeks ago

Last modified 4 days ago

new order mail to reseller

Reported by: joximu Assigned to:
Priority: major Milestone: ispCP ω 1.0.0 - RC5
Component: Frontend (GUI) Version: ispCP ω 1.0.0 - DEV
Severity: Don't know Keywords:
Cc:

Description

the mail to the reseller about a new order is not send because the recipient address was double utf8-coded...

last lines of function send_order_emails in reseller-functions.php should be:

        $replace[] = $uemail;  // not $to !!!
        $message = str_replace($search, $replace, $message);

        $mail_result = mail($from, $subject, $message, $headers);

this is better, but still the < and > get to &lt; and &gt; in the mail...

Attachments

Change History

05/06/2008 03:54:03 PM changed by zothos

  • milestone changed from Working to ispCP ω 1.0.0 - RC5.

05/06/2008 10:39:47 PM changed by rats

bad idea to change $uemail to $to; we've to check why it's double encoded.

05/12/2008 06:13:33 PM changed by rats

  • status changed from new to closed.
  • resolution set to fixed.

fixed in r1147


Add/Change #1207 (new order mail to reseller)




Action