Skip to content

Commit

Permalink
Item10919: S/MIME was not working in test message
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.foswiki.org/branches/Release01x01@12123 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
GeorgeClark authored and GeorgeClark committed Jul 2, 2011
1 parent f213c8f commit 6a9c6cc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions core/bin/configure
Original file line number Diff line number Diff line change
Expand Up @@ -828,6 +828,9 @@ sub _actionTestEmail {

my $charset = $Foswiki::cfg{Site}{CharSet} || CGI::charset();

Foswiki::Configure::Load::expandValue($Foswiki::cfg{Email}{SmimeCertificateFile});
Foswiki::Configure::Load::expandValue($Foswiki::cfg{Email}{SmimeKeyFile});

my $msg = <<MAIL;
From: $Foswiki::cfg{WebMasterEmail}
To: $Foswiki::cfg{WebMasterEmail}
Expand Down

0 comments on commit 6a9c6cc

Please sign in to comment.