Guest User

Untitled

a guest
Apr 24th, 2018
223
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. function ordenEnvioCorreo(){
  2. $titulo = 'Orden de compra';
  3. $mail = 'priiiiiiiii';
  4. $headers = "From:mar2030721@gmail.com";
  5. for ($i=1; $i <= 4; $i++) {
  6. if (isset($_POST['correo'.$i])) {
  7. $bool = mail('9ortizcamilo@gmail.com, 'npalopa@gmail.com', $titulo, $mail, $headers);
  8. }
  9. }
  10. //redirect(getUrl("Requisicion2","requisicion2","listaroc"));
  11. }
Add Comment
Please, Sign In to add comment