Remove hardcoded from address.
This commit is contained in:
parent
5ddd112ea3
commit
e82b8fe088
1 changed files with 1 additions and 1 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue