scorp Posted November 20, 2004 Posted November 20, 2004 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.
scorp Posted November 22, 2004 Author Posted November 22, 2004 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. <{POST_SNAPBACK}> Still waiting for any constructive replys please help Thankyou .
Guest Posted November 22, 2004 Posted November 22, 2004 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
scorp Posted November 23, 2004 Author Posted November 23, 2004 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 <{POST_SNAPBACK}> Thankyou john for the reply. im still waiting on a responce from my serve.. thankyou .
scorp Posted November 23, 2004 Author Posted November 23, 2004 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
assembler Posted November 29, 2004 Posted November 29, 2004 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 <{POST_SNAPBACK}> 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)); My Contributions
scorp Posted December 3, 2004 Author Posted December 3, 2004 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)); <{POST_SNAPBACK}> Thank you all that posted . All is working fine now.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.