Changeset dea237e in github
- Timestamp:
- Dec 16, 2008 8:00:55 AM (4 years ago)
- Branches:
- master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
- Children:
- 77e2322
- Parents:
- 781f341b
- File:
-
- 1 edited
-
program/include/rcube_smtp.inc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
program/include/rcube_smtp.inc
r11b1b16 rdea237e 86 86 $SMTP_CONN = new Net_SMTP($smtp_host, $smtp_port, $helo_host); 87 87 88 // set debugging89 if ($CONFIG['debug_level'] & 8)90 $SMTP_CONN->setDebug(TRUE);91 92 88 // try to connect to server and exit on failure 93 89 $result = $SMTP_CONN->connect($smtp_timeout);
Note: See TracChangeset
for help on using the changeset viewer.
