Changeset 1885 in ExiteCMS for trunk/includes/class.smtp.php
- Timestamp:
- 10/20/08 00:59:18 (4 years ago)
- File:
-
- 1 edited
-
trunk/includes/class.smtp.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/includes/class.smtp.php
r1845 r1885 116 116 117 117 #connect to the smtp server 118 $this->smtp_conn = fsockopen($host, # the host of the server118 $this->smtp_conn = @fsockopen($host, # the host of the server 119 119 $port, # the port to use 120 120 $errno, # error number if any
Note: See TracChangeset
for help on using the changeset viewer.
