Ignore:
Timestamp:
03/20/10 04:35:02 (3 years ago)
Author:
nick_ramsay
Message:

[Branch 1.2] Custom iconv function, plus more SMTP email fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/1.2/content/plugins/user_signin/user_signin.php

    r1247 r1354  
    33 * name: User Signin 
    44 * description: Provides user registration and login 
    5  * version: 0.3 
     5 * version: 0.4 
    66 * folder: user_signin 
    77 * type: signin 
     
    589589        $body .= $h->lang['user_signin_register_emailconf_body_sign']; 
    590590        $to = $user->email; 
    591         $headers = "From: " . SITE_EMAIL . "\r\nReply-To: " . SITE_EMAIL . "\r\nX-Priority: 3\r\n"; 
    592591         
    593592        /* 
     
    598597        */ 
    599598 
    600         $h->email($to, $subject, $body, $headers);     
     599        $h->email($to, $subject, $body);     
    601600    } 
    602601     
Note: See TracChangeset for help on using the changeset viewer.