View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001964 | OXID eShop (all versions) | 1.03. Basket, checkout process | public | 2010-07-08 12:02 | 2012-12-10 13:22 |
Reporter | Egoist | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Platform | Suse Linux | OS | MacOSX | OS Version | 10.6.4 |
Product Version | 4.2.0 revision 23610 | ||||
Fixed in Version | 4.5.9 revision 43186 | ||||
Summary | 0001964: Incorrect email sender in order confirmation | ||||
Description | The order confirmation will be sent to the administrator with the e-mail address of the customer. Not with the e-mail address of the shop. The order confirmation to the customer's ok. Should be: 1. it should look like: order confirmation email is sent FROM shop owner TO shop administrator. 2. And when FROM - looks like Shop owner's email, the Reply-To should be customer's email. | ||||
Tags | Order | ||||
Attached Files | |||||
Theme | |||||
Browser | All | ||||
PHP Version | any | ||||
Database Version | any | ||||
duplicate of | 0004238 | resolved | aurimas.gladutis | Incorrect email sender in contact Form |
related to | 0003586 | resolved | saulius.stasiukaitis | recommendation emails: "From" raises spam-score |
|
I report the same thing. There are no receiving email to shop administrator, because of incorrect sender e-mail. For example google reports error: Technical details of permanent failure: Message rejected. Please visit http://www.google.com/mail/help/bulk_mail.html [^] to review our Bulk Email Senders Guidelines. I think, that correct solution is add replay-to with customer's email and sender email setup to shop administrator's email |
|
Yes, I also think that the correct solution. But unfortunately I have the PE edition. I myself can do nothing in the source code. OXID is responsible for it. |
|
Reminder sent to: Egoist Hi, @egoist: you should not change sources anyway - no matter what edtition you use. updating will become a huge amount of work if you 'fix' by changing PHP files. better use modules - or like you did :) open a change request/fix by this issue tracker :) to confirm the issue: - it should look like: order confirmation email is sent FROM shop owner TO shop administrator? And when FROM - looks like Shop owner's email, the Reply-To should be customer's email? Best regards, |
|
Reminder sent to: Egoist, oxy_uttendorfsky Hi, Could you please check the questions what we have for this case, that you reported some time ago, and give us some details about how exactly it should be fixed according to you? Best regards, |
|
to confirm the issue: - it should look like: order confirmation email is sent FROM shop owner TO shop administrator? And when FROM - looks like Shop owner's email, the Reply-To should be customer's email? yes. |
|
In file oxemail.php changed line 572 to $this->setFrom( $oShop->oxshops__oxowneremail->value ); |