$mailheaders = "From: email@email.com\n"; $mailheaders .= "Content-type: text/html; charset=iso-8859-1\r\n"; mail($email,$titulo,$msg, $mailheaders);
T +
diegosaraujo hasn't added any friends yet.
08/03/2004, 11:27
$mailheaders = "From: email@email.com\n"; $mailheaders .= "Content-type: text/html; charset=iso-8859-1\r\n"; mail($email,$titulo,$msg, $mailheaders);
23/02/2004, 11:40
23/02/2004, 11:24
$texto = "Teu codigo com as variaveis vinda do formulario."; $mailheaders = "From: from@mail.com.br\n"; $mailheaders .= "Content-type: text/html; charset=iso-8859-1\r\n"; mail("eu@mail.com","ASSUNTO",$texto, $mailheaders);
23/02/2004, 11:15
14/02/2004, 20:05
Community Forum Software by IP.Board
Licensed to: Webmasters Online