igeek, Curiosity didn't kill the cat
Private message
E-mail
Posted June 27 '09 at 04:33 PM
Posts: 202
Im using the php mail() function
mail($send_email, $subject, "Forma de Contacto para Sitio de Web\n"
."Nombre Completo: ".$fullname."\n"
."Email: ".$email."\n"
."Teléfono: ".$phone."\n"
."Título: ".$title."\n"
."Empresa: ".$company."\n"
."Dirección: ".$address."\n"
."Ciudad: ".$city."\n"
."Estado o Provincia: ".$state."\n"
."Código Postal: ".$zip."\n"
."País: ".$country."\n"
."Método de contacto preferido: ".$contactmethod."\n"
."Favor de añadirme a su lista de email para recibir su boletín informativo: ".$signup."\n"
."Intereses, Preguntas o Comentarios: ".$message, $headers_clients);
Some of the characters are being replaced in the text feilds with english but should be in spanish when the form is sent
Is there a way to specify what language the mail() function uses?