Fix email sender address when notification_sender is not set
[?]
Jun 24, 2015, 11:45 AM
2EZZORR256V63CEOCY2DWJRC7YO43GEWA66GCL3I3TMMHHQDJVRACDependencies
- [2]
RX5IIZMTUse Email::MIME instead of Email::Simple
Change contents
- replacement in src/lib/Hydra/Helper/Email.pm at line 16
my $sender = $config->{'notification_sender'} // (($ENV{'USER'} // "hydra") . "@" . $url);my $sender = $config->{'notification_sender'} // (($ENV{'USER'} // "hydra") . "@" . hostname_long);