Guest User

Untitled

a guest
Feb 18th, 2018
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.31 KB | None | 0 0
  1.         // envia email para cliente
  2.         if (!mail($cliente_email, "Orçamento nº $oid - $sc_titulo - Fóton Multimídia", $body, "From: Fóton Multimídia <$foton_email>\nContent-type: text/html; charset=iso-8859-1\nDisposition-Notification-To: $foton_email\r\n")) { echo erro(mail_cliente); }
  3.         else { echo $sucesso; }
Add Comment
Please, Sign In to add comment