Hello,
i just started a shop with opencart 1.5.6.
Now i have a problem with receiving admin mail.
If i select mail, the customer gets a notification of the order.
If i select STMP, i only get the mail via the contact form, and the customer don't get a notification of an order
Can somebody help me?
Thx
i just started a shop with opencart 1.5.6.
Now i have a problem with receiving admin mail.
If i select mail, the customer gets a notification of the order.
If i select STMP, i only get the mail via the contact form, and the customer don't get a notification of an order
Can somebody help me?
Thx
OK, this fixed it for us on Opencart 1.5.5.1
The base 64 encode is messing with the system. Open system/library/mail.php and change
Find this (We had it on line 103):
and replace it with this:
Hope this works for you. Make sure to have a backup of the original in case on any issues.
The base 64 encode is messing with the system. Open system/library/mail.php and change
Find this (We had it on line 103):
Code: Select all
$header .= 'From: ' . '=?UTF-8?B?' . base64_encode($this->sender) . '?=' . '<' . $this->from . '>' . $this->newline;
Code: Select all
$header = 'From: ' . $this->sender . ' <' . $this->from . '>' . $this->newline;
If it doesn't work what else could I do??
Do you have some ideas.
my situation:
I am using opencart 1.5.6 and I am testing the emails that are being sent when customers place orders.
I have gone into the admin and made sure that I have entered a valid Store Email, made sure that New Order Alert Mail: is set to Yes.
Whenever I make an order I place the order, but as a customer I receive no order email. The store owner also doesn't seem to be sent.
I get nothing in the error.log file system/log I also have nothing in the vqmod.log file.
I am completely stumped as to why these emails are not sending.
I have checked the spam folders of both the customer and the store owner.
Looking at the maillog on the server, there are no records suggesting the email has been sent (this could be why the emails are not being received), but this doesn't explain why the emails are simply not being sent.
The order is listed in admin under Sales->Orders, just no emails.
Do you have some ideas.
my situation:
I am using opencart 1.5.6 and I am testing the emails that are being sent when customers place orders.
I have gone into the admin and made sure that I have entered a valid Store Email, made sure that New Order Alert Mail: is set to Yes.
Whenever I make an order I place the order, but as a customer I receive no order email. The store owner also doesn't seem to be sent.
I get nothing in the error.log file system/log I also have nothing in the vqmod.log file.
I am completely stumped as to why these emails are not sending.
I have checked the spam folders of both the customer and the store owner.
Looking at the maillog on the server, there are no records suggesting the email has been sent (this could be why the emails are not being received), but this doesn't explain why the emails are simply not being sent.
The order is listed in admin under Sales->Orders, just no emails.
Sorry, having the same problem with 1.5.6 ..... don't quite follow your solution. Can you explain more clearly? (don't see any 'model' > 'checkout' options in 'catalog'?). Also what needs to be done with 'order.php' and 'voucher.php' to correct the problem? Appreciate any help so all customer and store emails will be received. Thanks!
This worked for me!! Opencart 1.5.6.1siptec wrote:OK, this fixed it for us on Opencart 1.5.5.1
The base 64 encode is messing with the system. Open system/library/mail.php and change
Find this (We had it on line 103):and replace it with this:Code: Select all
$header .= 'From: ' . '=?UTF-8?B?' . base64_encode($this->sender) . '?=' . '<' . $this->from . '>' . $this->newline;
Hope this works for you. Make sure to have a backup of the original in case on any issues.Code: Select all
$header = 'From: ' . $this->sender . ' <' . $this->from . '>' . $this->newline;
Thank you so much!
Hi,
using OC 1.5.5.1
Mail is not working. Not getting any emails at all.
Have tried all the solutions in this thread and many other on the www.
https://github.com/opencart/opencart/bl ... y/mail.php
can anyone help ?
Thanks in advance.
using OC 1.5.5.1
Mail is not working. Not getting any emails at all.
Have tried all the solutions in this thread and many other on the www.
https://github.com/opencart/opencart/bl ... y/mail.php
can anyone help ?
Thanks in advance.
Who is online
Users browsing this forum: No registered users and 23 guests