From e82b8fe088f10044470480c62fa09edbd847c8c0 Mon Sep 17 00:00:00 2001 From: Martin Kamerbeek Date: Wed, 26 May 2010 10:19:31 +0200 Subject: [PATCH] Remove hardcoded from address. --- lib/WebGUI/Mailing/Email.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/WebGUI/Mailing/Email.pm b/lib/WebGUI/Mailing/Email.pm index 1b73a74..bf1503e 100644 --- a/lib/WebGUI/Mailing/Email.pm +++ b/lib/WebGUI/Mailing/Email.pm @@ -183,7 +183,7 @@ sub send { # Setup email my $mail = WebGUI::Mail::Send->create( $session, { - from => 'martin@geefmegeld.nl', +# from => 'martin@geefmegeld.nl', to => $to, subject => $subject, messageId => "$messageId\@$domain",