This is an automated email from the ASF dual-hosted git repository.

rubys pushed a commit to branch master
in repository https://git-dual.apache.org/repos/asf/whimsy.git

The following commit(s) were added to refs/heads/master by this push:
       new  3462bf7   configure for smtp/snakeoil
3462bf7 is described below

commit 3462bf7af7c355c7a0181f4060fa51191ab830f0
Author: Sam Ruby <ru...@intertwingly.net>
AuthorDate: Wed May 25 10:31:16 2016 -0400

    configure for smtp/snakeoil
---
 www/secretary/workbench/file.cgi | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/www/secretary/workbench/file.cgi b/www/secretary/workbench/file.cgi
index 2b14156..912cf68 100755
--- a/www/secretary/workbench/file.cgi
+++ b/www/secretary/workbench/file.cgi
@@ -227,6 +227,8 @@ def email(target, message)
     template = vars.doctype + '.erb'
     template.taint unless template =~ /^\w[.\w]+$/
     if defined?(MAIL) and File.exist?(template)
+      # prepare to send mail
+      ASF::Mail.configure
 
       # extract fields from the Mail defaults
       Mail.defaults do

-- 
To stop receiving notification emails like this one, please contact
['"commits@whimsical.apache.org" <commits@whimsical.apache.org>'].

Reply via email to