Has goddadys server settings changed again for email? no matter what settings I use SSL/Mail no emails coming through
not working on anything, registration, lost password, with admin
try mail
mail.mysite.com
------------------
smtp
ssl://mysite.com
username
password
post 465
etc
nothing is working
Email to required is back on line 61 mail.php
EHLO is back if you try SSL
not working on anything, registration, lost password, with admin
try mail
mail.mysite.com
------------------
smtp
ssl://mysite.com
username
password
post 465
etc
nothing is working
Email to required is back on line 61 mail.php
EHLO is back if you try SSL
Last edited by gsc1ugs on Thu Oct 06, 2016 5:24 pm, edited 1 time in total.
More info... setup with simple mail I don't get any emails that I should be getting but when I pop my email address in the Additional Alert emails box in settings, I get an email??? PLUS an order email comes in twice so orders,php must be fine, register and sending newsletters not working
Missing reciever.gsc1ugs wrote:can someone please tell me what is called from registration page before this is called please>
system/library/mail.php on line 60
Full Stack Web Developer :: Dedicated OpenCart Development & Support DACH Region
Contact for Custom Work / Fast Support.
It is your posting:
system/library/mail.php on line 60
Full Stack Web Developer :: Dedicated OpenCart Development & Support DACH Region
Contact for Custom Work / Fast Support.
i still don't understand.... what is triggering this
clicking the register continue button, this is called, please be specific thanks
Code: Select all
public function send() {
if (!$this->to) {
trigger_error('Error: E-Mail to required!
Not one email goes to the customer for ORDERS, REGISTERATION, NEWSLETTER, FORGOTTEN PASSWORD, NOTHING, notifications.............
admin gets order email and additional alert emails and notification that someone registered.. please help this is baffling
admin gets order email and additional alert emails and notification that someone registered.. please help this is baffling
1. I have already answered, the error comes when no reciever is added:
2. Have read all posts here, but cannot 'detect' which version you are using (2.0 can be many ..)!
Therefore it is only a 'guessing' what could be.
And if I (or anybody else) have no link to see what is going on, giving any advice is impossible.
If you want, you can contact via PM to check the issue.
Code: Select all
if (!$this->to) {
Therefore it is only a 'guessing' what could be.
And if I (or anybody else) have no link to see what is going on, giving any advice is impossible.
If you want, you can contact via PM to check the issue.
Full Stack Web Developer :: Dedicated OpenCart Development & Support DACH Region
Contact for Custom Work / Fast Support.
I fixed it.... catalog/model/account/customer.php
I'm also sure this should be
SOLVED!!!
Code: Select all
$mail->setTo($this->config->get('config_email'));
$mail->setFrom($this->config->get('config_email'));
$mail->setSender(html_entity_decode($this->config->get('config_name'), ENT_QUOTES, 'UTF-8'));
$mail->setSubject(html_entity_decode($this->language->get('text_new_customer'), ENT_QUOTES, 'UTF-8'));
Code: Select all
$mail->setTo($this->config->get('email'));
Nice for you.
Full Stack Web Developer :: Dedicated OpenCart Development & Support DACH Region
Contact for Custom Work / Fast Support.
threw my arms in the air little bit too soon, the order emails don't go to customer, the forgot password link does, where do I look for emails going to customer with the order process or is the same file used again? customer.php, I can register and admin gets email but not the customer?
Who is online
Users browsing this forum: No registered users and 9 guests