Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Postdrop error


scorp

Recommended Posts

Posted

Hi all

i have a problem with my store being the emails have stopped working across the board.signups order emails ect ect..on checking the error,logs on the server

this log is displayed after i send a email to a customer from within os2.2ms2

 

postdrop: warning: unable to look up public/pickup: Permission denied

 

 

Ive checked the usual email settings ect and these are fine.

 

thx in advance.

Posted
Hi all

i have a problem with my store being the emails have stopped working across the board.signups order emails ect ect..on checking the error,logs on the server

this log is displayed after i send a email to a customer from within os2.2ms2

 

postdrop: warning: unable to look up public/pickup: Permission denied

Ive checked the usual email settings ect and these are fine.

 

thx in advance.

 

 

Still waiting for any constructive replys please help

Thankyou .

Posted

have no idea what public/pickup is, that is a server side issue, which needs to be taken up with the host, it has nothing to do with osCommerce

Posted
have no idea what public/pickup is, that is a server side issue, which needs to be taken up with the host, it has nothing to do with osCommerce

Thankyou john for the reply. im still waiting on a responce from my serve.. thankyou .

Posted

i need to find where the string set up is for STORE_OWNER_EMAIL_ADDRESS is

 

The problem is the return path in the email

header. The script used to generate the email says the return email address

 

(for bounce back emails etc) is 'mydomain_com' which obviously is

incorrect. The mailserver is seeing this and rejecting sending the email.

 

Could anyone help as to where the string setup is please and thanks in advance

Posted
i need  to find where the string set up is for STORE_OWNER_EMAIL_ADDRESS is

 

The problem is the return path in the email

header.  The script used to generate the email says the return email address

 

(for bounce back emails etc) is 'mydomain_com' which obviously is

incorrect.  The mailserver is seeing this and rejecting sending the email.

 

Could anyone help as to where the string setup is please and thanks in advance

 

that string is held in your configuration table in your db. Try this in the tep_mail function. It works for me.

 

$message = new email(array('X-Mailer: osC mailer', 'Return-Path: ' . $from_email_address));

Posted
that string is held in your configuration table in your db.  Try this in the tep_mail function.  It works for me.

 

$message = new email(array('X-Mailer: osC mailer', 'Return-Path: ' . $from_email_address));

 

Thank you all that posted . All is working fine now.

Archived

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

×
×
  • Create New...