diff options
author | Joey Hess <joey@kitenet.net> | 2007-12-28 16:28:31 -0500 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2007-12-28 16:28:31 -0500 |
commit | f2c4939f3869e2678577b4274519702b5cea203c (patch) | |
tree | 031534032a1ec06460d8b1a415c5b2f643900a7c /doc | |
parent | 1bed8653606bdaa778e34fdf6b257b7e27f0598b (diff) |
response
Diffstat (limited to 'doc')
-rw-r--r-- | doc/todo/passwordauth:_sendmail_interface.mdwn | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/todo/passwordauth:_sendmail_interface.mdwn b/doc/todo/passwordauth:_sendmail_interface.mdwn index 0ae413413..37a1bd981 100644 --- a/doc/todo/passwordauth:_sendmail_interface.mdwn +++ b/doc/todo/passwordauth:_sendmail_interface.mdwn @@ -23,3 +23,14 @@ I'd offer to work on a patch for the [[plugins/passwordauth]] plugin and other p in the ikiwiki source code, where emailing is done. --[[tschwinge]] + +> One that is in Debian is [[cpan Email::Send]], which can do SMTP and +> sendmail and some other methods and falls back through methods until one +> succeeds. I haven't tried to use it but it looks like a feasable +> candidate. +> +> I don't much like the idea of supporting a lot of different email sending +> modules. +> +> BTW, I think you recently sent a patch improving mail logging, but I've +> lost it. --[[Joey]] |