Changeset 2958

Show
Ignore:
Timestamp:
07/03/2008 12:05:44 PM (3 months ago)
Author:
Shadowhand
Message:

Fixing #671, thanks Lick.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/system/helpers/email.php

    r2748 r2958  
    3939                        case 'smtp': 
    4040                                // Set port 
    41                                 $port = empty($config['options']['port']) ? 25 : (int) $config['options']['port']; 
     41                                $port = empty($config['options']['port']) ? NULL : (int) $config['options']['port']; 
    4242 
    4343                                if (empty($config['options']['encryption']))