X-Git-Url: https://sipb.mit.edu/gitweb.cgi/ikiwiki.git/blobdiff_plain/1bed8653606bdaa778e34fdf6b257b7e27f0598b..ba1b9f85623c1378d50f4fb373d4fad215e12151:/doc/todo/passwordauth:_sendmail_interface.mdwn diff --git a/doc/todo/passwordauth:_sendmail_interface.mdwn b/doc/todo/passwordauth:_sendmail_interface.mdwn index 0ae413413..9598af234 100644 --- a/doc/todo/passwordauth:_sendmail_interface.mdwn +++ b/doc/todo/passwordauth:_sendmail_interface.mdwn @@ -1,4 +1,4 @@ -[[tag wishlist]] +[[!tag wishlist]] For sending out password reminder emails, the [[plugins/passwordauth]] plugin currently uses the *[Mail::Sendmail](http://search.cpan.org/perldoc?Mail::Sendmail)* module. @@ -23,3 +23,32 @@ 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. --[[Joey]] + +OK, so I'll have a look at replacing all email handling with *Email::Send*. + +[[!tag patch]] +** + +Remaining TODOs: + + * Resolve TODOs as denoted inside the patch. + * Is it worthwhile to use and depend on [[!cpan Return::Value]] + just for this bit of functionality? + * Debian news file. + * ikiwiki news file. + +--[[tschwinge]] + + +> BTW, I think you recently sent a patch improving mail logging, but I've +> lost it. --[[Joey]] + +Resent. --[[tschwinge]]