Changeset 21527 for branches/version-2_12-dev/data/class/SC_SendMail.php
- Timestamp:
- 2012/02/17 02:42:21 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_12-dev/data/class/SC_SendMail.php
r21526 r21527 293 293 break; 294 294 case 'sendmail': 295 $arrParams = array('sendmail_path' => '/usr/bin/sendmail', 296 'sendmail_args' => '-i' 297 ); 295 $arrParams = array( 296 'sendmail_path' => '/usr/bin/sendmail', 297 'sendmail_args' => '-i', 298 ); 298 299 break; 299 300 case 'smtp': 300 301 default: 301 302 $arrParams = array( 302 'host' => $this->host,303 'port' => $this->port304 );303 'host' => $this->host, 304 'port' => $this->port, 305 ); 305 306 break; 306 307 }
Note: See TracChangeset
for help on using the changeset viewer.
