Browse Source

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

Tyler Akins 24 years ago
parent
commit
75ef4aa60c
1 changed files with 1 additions and 1 deletions
  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));