diff options
author | José Fonseca <jrfonseca@users.sourceforge.net> | 2003-10-17 23:45:48 +0000 |
---|---|---|
committer | José Fonseca <jrfonseca@users.sourceforge.net> | 2003-10-17 23:45:48 +0000 |
commit | ce8c9c5544e5ea4eae5757b21a279a604ce6332e (patch) | |
tree | eefaa8cdd47319e74aaeb9c893184a5480fb1586 /NEWS | |
parent | 3243d5d55f4124980caf911214b935d52d448ca3 (diff) |
New 'preconnect' keyword to execute a command prior to opening an SMTP
connection (Daniel Richard G.).
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -3,12 +3,15 @@ News * Version 0.4.2 (under development): + * New 'preconnect' keyword to execute a command prior to opening an SMTP + connection (Daniel Richard G.). + * Fixed a bug which prevented to send mail when libesmtp had no openssl support (Tomas Kondor). * New 'default' keyword for identities (Vitezslav Batrla). - * Version 0.4.1 (2004-07-14): + * Version 0.4.1 (2003-07-14): * Packaging fixes. |