Post by gsc1ugs » Wed Oct 05, 2016 2:58 pm

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
Last edited by gsc1ugs on Thu Oct 06, 2016 5:24 pm, edited 1 time in total.

Active Member

Posts

Joined
Mon Sep 09, 2013 3:32 pm

Post by gsc1ugs » Wed Oct 05, 2016 4:32 pm

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

Active Member

Posts

Joined
Mon Sep 09, 2013 3:32 pm

Post by gsc1ugs » Wed Oct 05, 2016 6:05 pm

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??

Active Member

Posts

Joined
Mon Sep 09, 2013 3:32 pm

Post by gsc1ugs » Wed Oct 05, 2016 6:32 pm

another update... customer getting no emails at all, where can I start to look please?

Active Member

Posts

Joined
Mon Sep 09, 2013 3:32 pm

Post by gsc1ugs » Wed Oct 05, 2016 6:59 pm

can someone please tell me what is called from registration page before this is called please>

system/library/mail.php on line 60

Active Member

Posts

Joined
Mon Sep 09, 2013 3:32 pm

Post by gsc1ugs » Wed Oct 05, 2016 9:09 pm

This is not a godaddy issue, spoke to them

Active Member

Posts

Joined
Mon Sep 09, 2013 3:32 pm

Post by OSWorX » Wed Oct 05, 2016 10:20 pm

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.

Full Stack Web Developer :: Dedicated OpenCart Development & Support DACH Region
Contact for Custom Work / Fast Support.


User avatar
Administrator

Posts

Joined
Mon Jan 11, 2010 10:52 pm
Location - Austria

Post by gsc1ugs » Wed Oct 05, 2016 10:30 pm

Sorry? what is the first file to look at? appraently this has been here for ever

Active Member

Posts

Joined
Mon Sep 09, 2013 3:32 pm

Post by OSWorX » Wed Oct 05, 2016 10:39 pm

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.


User avatar
Administrator

Posts

Joined
Mon Jan 11, 2010 10:52 pm
Location - Austria

Post by gsc1ugs » Wed Oct 05, 2016 10:45 pm

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

Active Member

Posts

Joined
Mon Sep 09, 2013 3:32 pm

Post by gsc1ugs » Wed Oct 05, 2016 11:05 pm

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

Active Member

Posts

Joined
Mon Sep 09, 2013 3:32 pm

Post by OSWorX » Wed Oct 05, 2016 11:42 pm

1. I have already answered, the error comes when no reciever is added:

Code: Select all

if (!$this->to) {
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.

Full Stack Web Developer :: Dedicated OpenCart Development & Support DACH Region
Contact for Custom Work / Fast Support.


User avatar
Administrator

Posts

Joined
Mon Jan 11, 2010 10:52 pm
Location - Austria

Post by gsc1ugs » Thu Oct 06, 2016 5:05 pm

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!!!

Active Member

Posts

Joined
Mon Sep 09, 2013 3:32 pm

Post by OSWorX » Thu Oct 06, 2016 5:28 pm

Nice for you.

Full Stack Web Developer :: Dedicated OpenCart Development & Support DACH Region
Contact for Custom Work / Fast Support.


User avatar
Administrator

Posts

Joined
Mon Jan 11, 2010 10:52 pm
Location - Austria

Post by gsc1ugs » Mon Oct 10, 2016 9:04 pm

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?

Active Member

Posts

Joined
Mon Sep 09, 2013 3:32 pm

Post by gsc1ugs » Mon Oct 10, 2016 9:14 pm

SOLVED - My email server was slow

Active Member

Posts

Joined
Mon Sep 09, 2013 3:32 pm
Who is online

Users browsing this forum: No registered users and 7 guests