]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/todo/passwordauth:_sendmail_interface.mdwn
web commit by http://id.loopysoft.com/matt/: Small formatting change
[ikiwiki.git] / doc / todo / passwordauth:_sendmail_interface.mdwn
index 0ae413413e89dd97f0ec98036a0af76a98101ace..4714a7a0962305481aba2ec844ffacc616aa7596 100644 (file)
@@ -23,3 +23,33 @@ 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]]
+*<http://www.thomas.schwinge.homeip.net/tmp/ikiwiki-sendmail.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.
+  * Are commit emails still working?
+
+--[[tschwinge]]
+
+
+> BTW, I think you recently sent a patch improving mail logging, but I've
+> lost it. --[[Joey]]
+
+Resent.  --[[tschwinge]]