Current time: 11-28-2024, 01:38 AM Hello There, Guest! (LoginRegister)


Post Reply 
Orderpanel email error
Author Message
skysel Offline
Junior Member
*

Posts: 15
Joined: Mar 2008
Reputation: 0
Post: #1
Orderpanel email error
When ordering a domain, email is sent with error.. Log below:

Code:
Apr 22 22:02:28 server postfix/cleanup[16470]: 247C6EAA03: message-id=<20080422200228.247C6EAA03@domain.nl>
Apr 22 22:02:28 server postfix/qmgr[4874]: 247C6EAA03: from=<webmaster@admin.domain.nl>, size=698, nrcpt=1 (queue active)
Apr 22 22:02:28 server postfix/local[16471]: 247C6EAA03: to=<=?UTF-8?B?aW5mb0BIb3N0aW5nLVdvcmtzLm5s?=@domain.nl>, orig_to=<=?UTF-8?B?aW5mb0BIb3N0aW5nLVdvcmtzLm5s?=>, relay=local, delay=1.1, delays=0.64/0.26/0/0.19, dsn=5.1.1, status=bounced (unknown user: "=?utf-8?b?aw5mb0bib3n0aw5nlvdvcmtzlm5s?=")

to=<=?UTF-8?B?aW5mb0BIb3N0aW5nLVdvcmtzLm5s?=@domain.nl>

you see what user it generates (bolded)? I was looking over php pages of orderpanel but could not find anything.. Is this a bug or has anyone had similiar problem?
(This post was last modified: 04-23-2008 06:14 AM by skysel.)
04-23-2008 06:13 AM
Find all posts by this user Quote this message in a reply
joximu Offline
helper
*****
Moderators

Posts: 7,024
Joined: Jan 2007
Reputation: 92
Post: #2
RE: Orderpanel email error
have you put some special characters in the email address - or one of the names?
04-23-2008 07:43 AM
Visit this user's website Find all posts by this user Quote this message in a reply
skysel Offline
Junior Member
*

Posts: 15
Joined: Mar 2008
Reputation: 0
Post: #3
RE: Orderpanel email error
joximu Wrote:have you put some special characters in the email address - or one of the names?

Nope. Normal email address and name. just tested. still same.
04-23-2008 07:57 AM
Find all posts by this user Quote this message in a reply
joximu Offline
helper
*****
Moderators

Posts: 7,024
Joined: Jan 2007
Reputation: 92
Post: #4
RE: Orderpanel email error
version of ispcp?
04-23-2008 08:02 AM
Visit this user's website Find all posts by this user Quote this message in a reply
skysel Offline
Junior Member
*

Posts: 15
Joined: Mar 2008
Reputation: 0
Post: #5
RE: Orderpanel email error
joximu Wrote:version of ispcp?

Ispcp RC4 (latest release from your website). And i think you got the question wrong Smile When order is placed, information about it should be sent to info@domain.nl. instead it's sent to that weird username@domain.nl.

User entred mail goes through without problem..
04-23-2008 04:29 PM
Find all posts by this user Quote this message in a reply
joximu Offline
helper
*****
Moderators

Posts: 7,024
Joined: Jan 2007
Reputation: 92
Post: #6
RE: Orderpanel email error
Is info@domain.nl the mail address of the reseller for which the order was placed?

Now I see... the mail to the reseller is not send because of this.

Ok, I could reproduce. I'll try to get a fix

/J
04-23-2008 09:10 PM
Visit this user's website Find all posts by this user Quote this message in a reply
skysel Offline
Junior Member
*

Posts: 15
Joined: Mar 2008
Reputation: 0
Post: #7
RE: Orderpanel email error
joximu Wrote:Is info@domain.nl the mail address of the reseller for which the order was placed?

Now I see... the mail to the reseller is not send because of this.

Ok, I could reproduce. I'll try to get a fix

/J

Yeah. info@domain.nl is reseller address.
04-23-2008 10:26 PM
Find all posts by this user Quote this message in a reply
joximu Offline
helper
*****
Moderators

Posts: 7,024
Joined: Jan 2007
Reputation: 92
Post: #8
RE: Orderpanel email error
You can change something in

gui/include/reseller-functions.php

function send_order_emails...
last line to

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

(remove the recode(...) around the "$from")

/j
04-24-2008 10:26 AM
Visit this user's website Find all posts by this user Quote this message in a reply
skysel Offline
Junior Member
*

Posts: 15
Joined: Mar 2008
Reputation: 0
Post: #9
RE: Orderpanel email error
joximu Wrote:You can change something in

gui/include/reseller-functions.php

function send_order_emails...
last line to

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

(remove the recode(...) around the "$from")

/j

Works like a beauty. Thanks.
04-24-2008 04:42 PM
Find all posts by this user Quote this message in a reply
skysel Offline
Junior Member
*

Posts: 15
Joined: Mar 2008
Reputation: 0
Post: #10
RE: Orderpanel email error
skysel Wrote:
joximu Wrote:You can change something in

gui/include/reseller-functions.php

function send_order_emails...
last line to

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

(remove the recode(...) around the "$from")

/j

Works like a beauty. Thanks.

One more question. When mail is received, it contains following weird subject/message text.

Code:
Subject: [Header] - You have a new order - Character set not allowed (n/a)



Dear ,
you have a new order from klala lala &lt;"=?UTF-8?B?a2xhbGEgbGFsYQ==?=" <someone@domain.si>&gt; for domain test.com

Guess more php modifying? Smile
04-24-2008 06:19 PM
Find all posts by this user Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 3 Guest(s)