Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

admin/mail.php


Guest

Recommended Posts

Posted

Hi

 

I think I am sort of winning with the admin/mail.php problem

 

I have the following coding so it sends a email to the store owner as well so I know who I have sent emails to from the admin area

 

# simple mod to send CC
	 $mimemessage->send('World of Cosmetics', 'email address of where the cc email goes to', '', $from, $subject, $message, $customers_email_address);

 

Only problem is its not sending the customers email address in the email I receive (the store owner)

 

All I get is the following

 

Message: Test

Posted

It's ok I am going to leave it how I have got it now as the following in the email's I receive

 

customers email address

 

Message: Test

 

That will do, least I know who I have sent the emails to

Archived

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

×
×
  • Create New...