Page 1 of 1

Send email after user registration

Posted: Wed Aug 19, 2015 2:20 am
by fokz8
Hello.

Could you give me some tips, how to manage the store, so that when new user registers himself, he receives registration confirmation on his mail, but so does a store owner?

Thank you very much!

Re: Send email after user registration

Posted: Wed Aug 19, 2015 11:16 pm
by viethemes
You can try to go to admin > System > Settings > edit your store > tab Option > set New Account Alert Mail to Yes.

Re: Send email after user registration

Posted: Thu Aug 20, 2015 8:51 pm
by fokz8
viethemes wrote:You can try to go to admin > System > Settings > edit your store > tab Option > set New Account Alert Mail to Yes.
i did that, but i get no mails. Do i set my mail at admin>system>settings>edit store>general tab>e-mail ?

I also dont get order confirmation, or a forgotten password. Clearly something wrong with mail but dunno what

Help pls

Re: Send email after user registration

Posted: Fri Aug 21, 2015 6:52 am
by fokz8
any1 please? im desperate and i need a solution quick

Re: Send email after user registration

Posted: Fri Aug 21, 2015 10:28 am
by IP_CAM
well, so make a picture of your Mail Admin Settings and show it here,
but dont forget to hide password and smtp Port Number on the image.
Anything else is esotheric numerology only.
Ernie

Re: Send email after user registration

Posted: Fri Aug 21, 2015 5:47 pm
by fokz8
Image

It's pretty much empty there. But i've contacted a friend of mine and he also has everything empty in there and his works just fine.

Re: Send email after user registration

Posted: Fri Aug 21, 2015 6:58 pm
by IP_CAM
I assume, this setting exists, to be filled with some data, otherwise, it would not be required.
Ernie
http://docs.opencart.com/system/setting/mail/

Re: Send email after user registration

Posted: Fri Aug 21, 2015 7:14 pm
by fokz8
IP_CAM wrote:I assume, this setting exists, to be filled with some data, otherwise, it would not be required.
Ernie
http://docs.opencart.com/system/setting/mail/
Already tried mail or smtp. Nothing works

Re: Send email after user registration

Posted: Fri Aug 21, 2015 10:39 pm
by viethemes
Could you attached screenshot of settings page again, so we can take a look at it closer?

Re: Send email after user registration

Posted: Sat Aug 22, 2015 12:36 am
by fokz8
Image

aynthing else?

As i've said before. a friend of mine told me and he also gave me login to his store. He doesn't have anything written under "Mailt" Its all blank except for PORT:25 and TIMEOUT:5 and his mails work just fine.

Re: Send email after user registration

Posted: Sat Aug 22, 2015 6:01 pm
by fokz8
anyone?

Re: Send email after user registration

Posted: Sat Aug 22, 2015 6:24 pm
by viethemes
It depends on your hosting too.
Could you take a screenshot about mail settings like this image http://s4.postimg.org/8gnkiij2l/Capture.jpg?

Re: Send email after user registration

Posted: Sat Aug 22, 2015 6:54 pm
by fokz8
viethemes wrote:It depends on your hosting too.
Could you take a screenshot about mail settings like this image http://s4.postimg.org/8gnkiij2l/Capture.jpg?
well i have already posted this image above an i haven't changed anything about it.

Re: Send email after user registration

Posted: Sat Aug 22, 2015 9:52 pm
by viethemes
You can try to follow this guide to set up SMTP for mail settings http://ihatephp.blogspot.com/2012/07/ho ... il-in.html.

Re: Send email after user registration

Posted: Sat Aug 22, 2015 10:07 pm
by fokz8
When i try to set up the SMTP like the tutorial you posted, i get the following error..

Code: Select all

Warning: fsockopen(): php_network_getaddresses: getaddrinfo failed: Name or service not known in /var/www/vhosts/proprehrana.eu/httpdocs/system/library/mail.php on line 168Warning: fsockopen(): unable to connect to :587 (php_network_getaddresses: getaddrinfo failed: Name or service not known) in /var/www/vhosts/proprehrana.eu/httpdocs/system/library/mail.php on line 168Notice: Error: php_network_getaddresses: getaddrinfo failed: Name or service not known (0) in /var/www/vhosts/proprehrana.eu/httpdocs/system/library/mail.php on line 171
I've literally tried everything. I'm about to give up

Re: Send email after user registration

Posted: Sun Aug 23, 2015 3:39 am
by fokz8
Found this ---> https://github.com/opencart/opencart/issues/2887

Replace'd all hosts with hostname. Still not working.

PLEASE PLEASE PLEASE HELP ME

Re: Send email after user registration

Posted: Sun Aug 23, 2015 5:15 am
by fokz8
MANAGED TO FIX THE REGISTER NOTIFICATION.

If any1 encounters same problem. I'm using STMP mail method, and i copied this ---> https://github.com/opencart/opencart/bl ... y/mail.php code to my system/library/mailphp

BUT STILL DOESN'T WORK ON ORDERS =\

ANY IDEAS?