Remove hardcoded from address.

This commit is contained in:
Martin Kamerbeek 2010-05-26 10:19:31 +02:00
parent 5ddd112ea3
commit e82b8fe088

View file

@ -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",