Page 1 of 1
email not working on anything AGAIN - SOLVED
Posted: Wed Oct 05, 2016 2:58 pm
by gsc1ugs
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
Re: email not working on anything AGAIN
Posted: Wed Oct 05, 2016 4:32 pm
by gsc1ugs
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
Re: email not working on anything AGAIN
Posted: Wed Oct 05, 2016 6:05 pm
by gsc1ugs
another update
Only email I'm getting is - Additional Alert emails
no notifications on status
no confirmation of order to customer but got 2 saying order came in??
Re: email not working on anything AGAIN
Posted: Wed Oct 05, 2016 6:32 pm
by gsc1ugs
another update... customer getting no emails at all, where can I start to look please?
Re: email not working on anything AGAIN
Posted: Wed Oct 05, 2016 6:59 pm
by gsc1ugs
can someone please tell me what is called from registration page before this is called please>
system/library/mail.php on line 60
Re: email not working on anything AGAIN
Posted: Wed Oct 05, 2016 9:09 pm
by gsc1ugs
This is not a godaddy issue, spoke to them
Re: email not working on anything AGAIN
Posted: Wed Oct 05, 2016 10:20 pm
by OSWorX
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
Missing reciever.
Re: email not working on anything AGAIN
Posted: Wed Oct 05, 2016 10:30 pm
by gsc1ugs
Sorry? what is the first file to look at? appraently this has been here for ever
Re: email not working on anything AGAIN
Posted: Wed Oct 05, 2016 10:39 pm
by OSWorX
It is your posting:
system/library/mail.php on line 60
Re: email not working on anything AGAIN
Posted: Wed Oct 05, 2016 10:45 pm
by gsc1ugs
i still don't understand.... what is triggering this
Code: Select all
public function send() {
if (!$this->to) {
trigger_error('Error: E-Mail to required!
clicking the register continue button, this is called, please be specific thanks
Re: email not working on anything AGAIN
Posted: Wed Oct 05, 2016 11:05 pm
by gsc1ugs
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
Re: email not working on anything AGAIN
Posted: Wed Oct 05, 2016 11:42 pm
by OSWorX
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.
Re: email not working on anything AGAIN - SOLVED
Posted: Thu Oct 06, 2016 5:05 pm
by gsc1ugs
I fixed it.... catalog/model/account/customer.php
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'));
I'm also sure this should be
Code: Select all
$mail->setTo($this->config->get('email'));
SOLVED!!!
Re: email not working on anything AGAIN - SOLVED
Posted: Thu Oct 06, 2016 5:28 pm
by OSWorX
Nice for you.
Re: email not working on anything AGAIN - SOLVED
Posted: Mon Oct 10, 2016 9:04 pm
by gsc1ugs
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?
Re: email not working on anything AGAIN - SOLVED
Posted: Mon Oct 10, 2016 9:14 pm
by gsc1ugs
SOLVED - My email server was slow