Switched the code to be live email sending.
git-svn-id: http://svn.cleancode.org/svn/pickles@121 4d10bc64-7434-11dc-a737-d2d0f8310089
This commit is contained in:
parent
4e1006d3cd
commit
1142dc142f
1 changed files with 2 additions and 2 deletions
|
@ -113,8 +113,8 @@ Fax: {$this->config->store->fax}
|
|||
URL: {$this->config->store->url}
|
||||
";
|
||||
|
||||
//mail($_REQUEST['email'], $this->config->store-title . ' - Order #' . $_REQUEST['id'] . ' - ' . $status, $affiliate_message, 'From: ' . $this->config->store->return_email);
|
||||
mail('josh.sherman@gmail.com, dekin@ribbonnutrition.com', $this->config->store->title . ' - Order #' . $_REQUEST['id'] . ' - ' . $status, $message, 'From: ' . $this->config->store->return_email);
|
||||
mail($_REQUEST['email'], $this->config->store-title . ' - Order #' . $_REQUEST['id'] . ' - ' . $status, $affiliate_message, 'From: ' . $this->config->store->return_email);
|
||||
//mail('josh.sherman@gmail.com, dekin@ribbonnutrition.com', $this->config->store->title . ' - Order #' . $_REQUEST['id'] . ' - ' . $status, $message, 'From: ' . $this->config->store->return_email);
|
||||
|
||||
$this->packing_slip = $message;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue