fixed encoding, i had been experimenting with different ones and forgot to change it back, now UTF-8
This commit is contained in:
parent
2169329547
commit
5aa6bbbbc5
4 changed files with 8 additions and 8 deletions
|
@ -1,11 +1,11 @@
|
||||||
--$mimeboundary
|
--$mimeboundary
|
||||||
Content-Type: text/plain; charset=ISO-8859-1
|
Content-Type: text/plain; charset=UTF-8
|
||||||
Content-Transfer-Encoding: base64
|
Content-Transfer-Encoding: base64
|
||||||
|
|
||||||
$textbody
|
$textbody
|
||||||
|
|
||||||
--$mimeboundary
|
--$mimeboundary
|
||||||
Content-Type: text/html; charset=ISO-8859-1
|
Content-Type: text/html; charset=UTF-8
|
||||||
Content-Transfer-Encoding: base64
|
Content-Transfer-Encoding: base64
|
||||||
|
|
||||||
$htmlbody
|
$htmlbody
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
--$mimeboundary
|
--$mimeboundary
|
||||||
Content-Type: text/plain; charset=ISO-8859-1
|
Content-Type: text/plain; charset=UTF-8
|
||||||
Content-Transfer-Encoding: base64
|
Content-Transfer-Encoding: base64
|
||||||
|
|
||||||
$textbody
|
$textbody
|
||||||
|
|
||||||
--$mimeboundary
|
--$mimeboundary
|
||||||
Content-Type: text/html; charset=ISO-8859-1
|
Content-Type: text/html; charset=UTF-8
|
||||||
Content-Transfer-Encoding: base64
|
Content-Transfer-Encoding: base64
|
||||||
|
|
||||||
$htmlbody
|
$htmlbody
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
--$mimeboundary
|
--$mimeboundary
|
||||||
Content-Type: text/plain; charset=ISO-8859-1
|
Content-Type: text/plain; charset=UTF-8
|
||||||
Content-Transfer-Encoding: base64
|
Content-Transfer-Encoding: base64
|
||||||
|
|
||||||
$textbody
|
$textbody
|
||||||
|
|
||||||
--$mimeboundary
|
--$mimeboundary
|
||||||
Content-Type: text/html; charset=ISO-8859-1
|
Content-Type: text/html; charset=UTF-8
|
||||||
Content-Transfer-Encoding: base64
|
Content-Transfer-Encoding: base64
|
||||||
|
|
||||||
$htmlbody
|
$htmlbody
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
--$mimeboundary
|
--$mimeboundary
|
||||||
Content-Type: text/plain; charset=ISO-8859-1
|
Content-Type: text/plain; charset=UTF-8
|
||||||
Content-Transfer-Encoding: base64
|
Content-Transfer-Encoding: base64
|
||||||
|
|
||||||
$textbody
|
$textbody
|
||||||
|
|
||||||
--$mimeboundary
|
--$mimeboundary
|
||||||
Content-Type: text/html; charset=ISO-8859-1
|
Content-Type: text/html; charset=UTF-8
|
||||||
Content-Transfer-Encoding: base64
|
Content-Transfer-Encoding: base64
|
||||||
|
|
||||||
$htmlbody
|
$htmlbody
|
||||||
|
|
Loading…
Reference in a new issue