Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Can not send mail to store owner...


Guest

Recommended Posts

Posted

Hello,

 

My problem is, when customers finished the orders can not send any mail to store owner from orders.

(Customers is giving letter from own orders right, but store owner does not!)

 

In configuration/STORE_OWNER_EMAIL_ADDRESS has a right e-mail format, but i can't check any mail from orders...

 

-------------

PHP version: 4.3.4

OS platform is Unix/Linux Debian with smtp anf postfix

and oscommerce-2.2ms2

--------------

Please help me.

 

Thanks, Szabolcs

Posted

did you set send extra orders email to the store owner address?

 

more on this is in the documentation

Posted
did you set send extra orders email to the store owner address?

 

more on this is in the documentation

Thank you very much your help!

I've forgot to set extra e-mail filed...

 

But, when registering a new customer, i have not got any mail.

what can i set into admin, that give mail fomt this procedure?

 

Thanks your help.

  • 3 months later...
Posted

i have the same problem, only on WINNT server. I have my mail set to SMTP, with the SEND_EXTRA_ORDER_EMAILS_TO enabled...

 

Also, STORE_OWNER_EMAIL_ADDRESS shows up...

 

Any solutions?

Posted

I added this to the create_account.php just to see if that would work...

 

// send account email copy to store owner

$extra_email_text .= EMAIL_NEW_ACCOUNT . '<br><br><b>New account made by:</b><br>' . $firstname . ' ' . $lastname . '<br>' . $city . '<br> ' . $email_address;

if (SEND_EXTRA_ORDER_EMAILS_TO != '') {

tep_mail('', SEND_EXTRA_ORDER_EMAILS_TO, 'New account', $extra_email_text, STORE_OWNER, STORE_OWNER_EMAIL_ADDRESS);

}

// end extra account email

 

Still no emails, although I can recieve emails as a customer, along with the contact form and admin>tools>send emails

Archived

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

×
×
  • Create New...