浏览代码

Added $key to globals
Patch from garion at garion.mnbsyr.com

Tyler Akins 24 年之前
父节点
当前提交
75ef4aa60c
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      functions/smtp.php

+ 1 - 1
functions/smtp.php

@@ -361,7 +361,7 @@
 
    function sendSMTP($t, $c, $b, $subject, $body, $more_headers) {
       global $username, $popuser, $domain, $version, $smtpServerAddress, $smtpPort,
-         $data_dir, $color, $use_authenticated_smtp, $identity;
+         $data_dir, $color, $use_authenticated_smtp, $identity, $key;
 
       $to = expandAddrs(parseAddrs($t));
       $cc = expandAddrs(parseAddrs($c));