diff options
author | thomascube <thomas@roundcube.net> | 2005-09-30 22:04:50 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2005-09-30 22:04:50 +0000 |
commit | 968bdc7c90f718560b84eb3b7e8e1d02cf4270f3 (patch) | |
tree | a97784b62efac5215dc1cd71ea6b9a53aa753d8e /logs | |
parent | 15fee7b8dd9991c798e6b3eeb9f98cd34e8153fc (diff) |
Improved SMTP script for sending mails. Now using the PEAR::Net_SMTP class
Diffstat (limited to 'logs')
-rw-r--r-- | logs/errors | 10 | ||||
-rw-r--r-- | logs/sendmail | 8 |
2 files changed, 18 insertions, 0 deletions
diff --git a/logs/errors b/logs/errors index e69de29bb..8f819ae96 100644 --- a/logs/errors +++ b/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/logs/sendmail b/logs/sendmail index e69de29bb..c8bc85f72 100644 --- a/logs/sendmail +++ b/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 |