]> git.mxchange.org Git - friendica.git/blobdiff - include/items.php
Merged pull request #92 from fabrixxm/dispy.
[friendica.git] / include / items.php
index 82752e168809087f33e867a735f44317260d7972..733cd8048410911943cc79d867b3c306e85695ac 100644 (file)
@@ -1415,7 +1415,9 @@ function new_follower($importer,$contact,$datarray,$item) {
                                $res = mail($r[0]['email'], 
                                        t("You have a new follower at ") . $a->config['sitename'],
                                        $email,
-                                       'From: ' . t('Administrator') . '@' . $_SERVER['SERVER_NAME'] );
+                                       'From: ' . t('Administrator') . '@' . $_SERVER['SERVER_NAME'] . "\n"
+                                       . 'Content-type: text/plain; charset=UTF-8' . "\n"
+                                       . 'Content-transfer-encoding: 8bit' );
                        
                        }
                }