Title | Mail can get lost |
Status | closed |
Priority | optional |
Assigned user | Gareth Rees |
Organization | Ravenbrook |
Description | If the replicator tries to send e-mail and fails (typically because of a problem with the SMTP server), then it just drops the mail. The contents are therefore lost. |
Analysis | On Unix we could use /bin/mail rather than SMTP. But on Windows we'd have to implement our own queueing system, which would be horrible, or use MAPI, which would be worse. |
How found | manual_test |
Evidence | <http://www.ravenbrook.com/project/p4dt...c/2001-01-25/release-0.4.2-test-report/ >, item 9. |
Observed in | 0.4.2 |
Introduced in | 0.4.0 |
Created by | Gareth Rees |
Created on | 2001-02-14 13:48:21 |
Last modified by | Gareth Rees |
Last modified on | 2001-12-10 19:23:56 |
History | 2001-02-14 GDR Created. 2001-10-29 GDR We log all e-mail messages, so nothing gets lost. |
Change | Effect | Date | User | Description |
---|---|---|---|---|
23622 | closed | 2001-10-29 14:19:09 | Gareth Rees | Always log e-mail even if it doesn't get sent. |
23610 | open | 2001-10-29 12:30:08 | Gareth Rees | Send e-mail if create_issue fails. |