diff options
Diffstat (limited to 'includes/functions/functions_mail.php')
| -rw-r--r-- | includes/functions/functions_mail.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/functions/functions_mail.php b/includes/functions/functions_mail.php index 6b7e3b23f2..3fa5202a5d 100644 --- a/includes/functions/functions_mail.php +++ b/includes/functions/functions_mail.php @@ -50,7 +50,7 @@ function webtreesMail($to, $from, $subject, $message) { $SMTP_AUTH_USER=get_site_setting('SMTP_AUTH_USER'); $SMTP_AUTH_PASS=get_site_setting('SMTP_AUTH_PASS'); $SMTP_SSL =get_site_setting('SMTP_SSL'); - global $WT_STORE_MESSAGES, $TEXT_DIRECTION; + global $TEXT_DIRECTION; $mailFormat = "plain"; //$mailFormat = "html"; //$mailFormat = "multipart"; |
