If i want to send mail with ä's and ö's in it what headers do i need to set up.
html codes if you can't see what i mean.
ä = ä
ö = ö
This doesn't work, but it must be something similiar?
Code: Select all
$headers= "";
$headers .= "FROM: <No-Reply@something.Fi> \n";
$headers .= "MIME-Version: 1.0 \n";
$headers .= "Content-Type: TEXT/PLAIN; charset=ISO-8859-1 \n";
$headers .= "Content-Transfer-Encoding: 8BIT \n";