]> git.mxchange.org Git - friendica.git/blobdiff - view/fr/mail_received_eml.tpl
fixed encoding, i had been experimenting with different ones and forgot to change...
[friendica.git] / view / fr / mail_received_eml.tpl
index 261aec4bedbe6cfb5363bd6488dd2606bc476d9c..6ddd586fc70db29ab6acc8629ccaf471ed6f8fb3 100644 (file)
@@ -1,16 +1,13 @@
+--$mimeboundary
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: base64
 
-Dear $username,
+$textbody
 
-       You've received a new private message at $sitename from '$from'.
------
-$title
------
-$body
------
-Please login at $siteurl to read and reply to your private messages.
-
-Thank you,
-       $sitename administrator
-
+--$mimeboundary
+Content-Type: text/html; charset=UTF-8
+Content-Transfer-Encoding: base64
 
+$htmlbody
+                               
+--$mimeboundary--
\ No newline at end of file