Post by fillydilly » Thu Mar 29, 2012 11:36 pm

Hi folks

I have a problem with the the "New Account Alert Mail" option. I have checked it as "Yes". But when a new customer is created the only mail I receive in my mail-box is an exact copy of the Welcome mail the customer received. Is it supposed to be like this or is something very wrong with my install?

Thanks.

Newbie

Posts

Joined
Thu Mar 29, 2012 11:32 pm

Post by fillydilly » Fri Mar 30, 2012 2:45 pm

bump

Newbie

Posts

Joined
Thu Mar 29, 2012 11:32 pm

Post by chrclmnky » Sat Mar 31, 2012 6:52 pm

BUMP

I am experiencing this too. Please help.

Let's make things happen in digital dreamspace!


User avatar
Newbie

Posts

Joined
Sat Mar 03, 2012 1:00 pm
Location - Butuan City, Philippines

Post by maya » Sun Apr 01, 2012 5:25 pm

Hello everyone,
Yes I have the same problem? The email is coming to admin address but not to one provided in System/Settings/Mail
Is that correct or I have something wrong?
Thank you

User avatar
Newbie

Posts

Joined
Sat Feb 18, 2012 1:46 am
Location - London

Post by dandangboski » Sun Apr 01, 2012 6:35 pm

Hello, I have just installed opencart, and have been trying it to make sure everything works correctly. When there is a new registration or order, neither the customer nor I receive the automatic registration/order confirmation. How do fix this?

Thank you.

Newbie

Posts

Joined
Sun Apr 01, 2012 6:25 pm

Post by gabbya » Wed May 23, 2012 2:30 pm

one more e-mail problem
After order update status no e-mail send to customer to notify him :)

User avatar
New member

Posts

Joined
Sun May 06, 2012 11:39 pm

Post by webberley » Mon May 28, 2012 10:29 pm

ANOTHER person with email problems, I don't get any emails telling me of new registrations.
I know SOMETHING is working because OC manages to email the customer telling them their registration has been accepted and is awaiting approval. So why don't I get anything?? (yes, the notify of new registration box is ticked).

Newbie

Posts

Joined
Tue Apr 17, 2012 8:37 pm

Post by shjuan85 » Fri Jun 15, 2012 11:28 pm

I would need information of the new customer who has just registered as well instead of the same email that customers are receiving. Please help.

New member

Posts

Joined
Thu Jan 05, 2012 8:26 pm

Post by kgkaraoke » Wed Jul 11, 2012 11:20 pm

fillydilly wrote:Hi folks

I have a problem with the the "New Account Alert Mail" option. I have checked it as "Yes". But when a new customer is created the only mail I receive in my mail-box is an exact copy of the Welcome mail the customer received. Is it supposed to be like this or is something very wrong with my install?

Thanks.
Daniel Kerr apparently couldn't care less.
He told me not to waste his time. He said that
he hasn't added the feature and that it's not
serious because the cart still works, and the information
is available anyway within the Admin section.

New member

Posts

Joined
Fri Oct 29, 2010 9:06 am

Post by oasisfleeting » Sat Aug 04, 2012 6:15 am

same problem here. I guess I will code this portion of the cart for you guys.

Newbie

Posts

Joined
Thu May 31, 2012 8:21 am

Post by oasisfleeting » Sat Aug 04, 2012 6:47 am

Here is quick vqmod snippet to change the subject and body of the admin mail

Code: Select all

	<file name="catalog/model/account/customer.php">		
		<operation>
			<search position="replace"><![CDATA[
				$mail->setTo($this->config->get('config_email'));
                        ]]></search>
			<add><![CDATA[
				$mail->setTo($this->config->get('config_email'));				
				$mail->setSubject('A new user has registered');
				$mail->setText('A new user has registered and is awaiting approval');				
			]]></add>			
		</operation>
	</file>

Newbie

Posts

Joined
Thu May 31, 2012 8:21 am

Post by shjuan85 » Sat Aug 04, 2012 7:58 pm

we have to create a xml file to place this in?

New member

Posts

Joined
Thu Jan 05, 2012 8:26 pm
Who is online

Users browsing this forum: No registered users and 45 guests