Ver Mensaje Individual
  #1 (permalink)  
Antiguo 19/09/2011, 05:06
toyeslomao
 
Fecha de Ingreso: diciembre-2010
Ubicación: tenerife
Mensajes: 60
Antigüedad: 13 años, 4 meses
Puntos: 0
duda en formulario

hola que chicos, pues eso tengo una duda en un formulario que estaba prediseñado , pero lo estoy adaptando a mis necesidades, la duda la tengo aqui

Código PHP:
Ver original
  1. //# Send email order to you...
  2.    $mailheaders = "From: $b_email\r\n";
  3.    $mailheaders .="X-Mailer: PHP Mail generated by:NOP Design Shopping Cart\r\n";
  4.    $subject = "New Online Order";
  5.    mail($youremail, $subject, $strMessageBody, $mailheaders);
  6. }
  7.  
  8. //# Send email conformation to the customer.....
  9. $mailheaders = "From: $youremail\r\n";
  10. $mailheaders .="X-Mailer: PHP Mail generated by:NOP Design Shopping Cart\r\n";
  11. $subject = "Order Confirmation";
  12. mail($b_email, $subject, $strMessageBody, $mailheaders);
  13.  
  14. en  Send email order to you , he de poner mi email para que me llege el correo ??? ,
  15. o en en la parte Send email conformation to the customer ? , lo estoy haciendo de
  16. forma local con servidor smtp