diff options
| author | roundcube <roundcube@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2005-09-30 22:04:50 +0000 |
|---|---|---|
| committer | roundcube <roundcube@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2005-09-30 22:04:50 +0000 |
| commit | 35cc90fc9f49a2dacd79d7c32e846f91e28af210 (patch) | |
| tree | 3941d505a4c27b927535cf5f87106ed6c11e975b /roundcubemail/logs | |
| parent | 3e0b457ce893a6a309b573a270336fb3ef4edac7 (diff) | |
Improved SMTP script for sending mails. Now using the PEAR::Net_SMTP class
git-svn-id: https://svn.roundcube.net/trunk@11 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/logs')
| -rw-r--r-- | roundcubemail/logs/errors | 10 | ||||
| -rw-r--r-- | roundcubemail/logs/sendmail | 8 |
2 files changed, 18 insertions, 0 deletions
diff --git a/roundcubemail/logs/errors b/roundcubemail/logs/errors index e69de29bb..8f819ae96 100644 --- a/roundcubemail/logs/errors +++ b/roundcubemail/logs/errors @@ -0,0 +1,10 @@ +[30-Sep-2005 23:12:17 +0200] SMTP Error: Connection failed: SMTP: Failed to send data + in /www/roundcube/webmail/program/steps/mail/sendmail.inc on line 198 +[30-Sep-2005 23:18:44 +0200] SMTP Error: Connection failed: SMTP: Failed to send data + in /www/roundcube/webmail/program/steps/mail/sendmail.inc on line 198 +[30-Sep-2005 23:26:41 +0200] SMTP Error: Connection failed: SMTP: Failed to send data + in /www/roundcube/webmail/program/steps/mail/sendmail.inc on line 198 +[30-Sep-2005 23:31:29 +0200] SMTP Error: Connection failed: SMTP: Failed to send data + in /www/roundcube/webmail/program/steps/mail/sendmail.inc on line 198 +[30-Sep-2005 23:31:56 +0200] SMTP Error: Connection failed: SMTP: Failed to send data + in /www/roundcube/webmail/program/steps/mail/sendmail.inc on line 198 diff --git a/roundcubemail/logs/sendmail b/roundcubemail/logs/sendmail index e69de29bb..c8bc85f72 100644 --- a/roundcubemail/logs/sendmail +++ b/roundcubemail/logs/sendmail @@ -0,0 +1,8 @@ +[30-Sep-2005 23:13:28 +0200] User: 2; Message for Thomas Bruderli <thomas@brotherli.ch>; Subject: Testmail form RoundCube I +[30-Sep-2005 23:28:29 +0200] User: 2; Message for Thomas Brüderli <thomas@brotherli.ch>; Subject: Testmail form RoundCube II +[30-Sep-2005 23:33:23 +0200] User: 2; Message for Thomas Brüderli <thomas@brotherli.ch>; Subject: Testmail form RoundCube III +[30-Sep-2005 23:34:23 +0200] User: 2; Message for Thomas Brüderli <thomas@brotherli.ch>; Subject: Testmail form RoundCube IV +[30-Sep-2005 23:44:40 +0200] User: 2; Message for Thomas Brüderli <thomas@brotherli.ch>, tb@localhost; Subject: Testmail V +[30-Sep-2005 23:45:38 +0200] User: 2; Message for Thomas Brüderli <thomas@brotherli.ch>, roundcube@gmail.com; Subject: Testmail VI +[30-Sep-2005 23:54:05 +0200] User: 2; Message for Thomas Brüderli <thomas@brotherli.ch>; Subject: Testmail VII +[30-Sep-2005 23:55:08 +0200] User: 2; Message for Thomas Brüderli <thomas@brotherli.ch>; Subject: Testmail VII |
