Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

The E-Mail System not working?


k2chris1983

Recommended Posts

Posted

How do you setup the smtp e-mail system? Some how its not working. Lets say a buyer forgot his password and did the Forgot Password. It should send him a New Password in the E-Mail but it doesn't.. Well i was that person just testing things out.

Posted
Can anyone help? The E-mail system is not working.. I need this to work!

 

the first thing you should do is not get overly excited.

The next thing is show your email options settings in admin

as well as your mail settings in php.ini

Treasurer MFC

  • 3 weeks later...
Posted
the first thing you should do is not get overly excited.

The next thing is show your email options settings in admin

as well as your mail settings in php.ini

 

I have the same problem.

 

Running on a Windows server - SMTP set in Admin

 

The email works in Admin > Tools > Send Email to Customer

 

Does not work in Tell-a-Friend or when a customer orders a product.

 

Heres a copy of the header from the email that did work (in case this gives someone some clues):

 

Return-Path: <[email protected]>

Delivered-To: ******@******.co.nz

Received: (qmail 6646 invoked by uid 399); 29 Dec 2004 08:44:09 -0000

Received: from unknown (HELO server-23) (63.245.192.64)

by 0 with SMTP; 29 Dec 2004 08:44:09 -0000

Date: Wed, 29 Dec 2004 08:53:43 +0000

Subject: test message

From: webmaster@****.co.nz

To: ****@****.co.nz>

MIME-Version: 1.0

X-Mailer: osCommerce

Content-Type: text/plain; charset="iso-8859-1"

Content-Transfer-Encoding: 7bit

 

Why does the return path say [email protected]>??

 

Also my smtp is in the format <mail.mydomain.co.nz> and not <smtp.mydomain.co.nz>

 

Would this make a difference and if so, can it be changed in osC somewhere?

Posted
I have the same problem.

 

Running on a Windows server - SMTP set in Admin

 

The email works in Admin > Tools > Send Email to Customer

 

Does not work in Tell-a-Friend or when a customer orders a product.

 

Heres a copy of the header from the email that did work (in case this gives someone some clues):

 

Return-Path: <[email protected]>

Delivered-To: ******@******.co.nz

Received: (qmail 6646 invoked by uid 399); 29 Dec 2004 08:44:09 -0000

Received: from unknown (HELO server-23) (63.245.192.64)

  by 0 with SMTP; 29 Dec 2004 08:44:09 -0000

Date: Wed, 29 Dec 2004 08:53:43 +0000

Subject: test message

From: webmaster@****.co.nz

To: ****@****.co.nz>

MIME-Version: 1.0

X-Mailer: osCommerce

Content-Type: text/plain; charset="iso-8859-1"

Content-Transfer-Encoding: 7bit

 

Why does the return path say [email protected]>??

 

Also my smtp is in the format <mail.mydomain.co.nz> and not <smtp.mydomain.co.nz>

 

Would this make a difference and if so, can it be changed in osC somewhere?

 

 

did you set this in php.ini:

 

[mail function]

; For Win32 only.

SMTP = msa.hinet.net

smtp_port = 25

 

; For Win32 only.

sendmail_from = [email protected]

 

; For Unix only. You may supply arguments as well (default: "sendmail -t -i").

;sendmail_path =

Treasurer MFC

Posted
did you set this in php.ini:

 

[mail function]

; For Win32 only.

SMTP = msa.hinet.net

smtp_port = 25

 

; For Win32 only.

sendmail_from = [email protected]

 

; For Unix only.  You may supply arguments as well (default: "sendmail -t -i").

;sendmail_path =

 

Where do I find the php.ini?

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...