Loading lib/Travelynx/Helper/Sendmail.pm +1 −1 Original line number Diff line number Diff line Loading @@ -31,7 +31,7 @@ sub custom { if ( $self->{config}->{disabled} ) { # Do not send mail in dev mode say "sendmail to ${to}: ${subject}\n\n${body}"; $self->{log}->info("sendmail to ${to}: ${subject}\n\n${body}"); return 1; } Loading Loading
lib/Travelynx/Helper/Sendmail.pm +1 −1 Original line number Diff line number Diff line Loading @@ -31,7 +31,7 @@ sub custom { if ( $self->{config}->{disabled} ) { # Do not send mail in dev mode say "sendmail to ${to}: ${subject}\n\n${body}"; $self->{log}->info("sendmail to ${to}: ${subject}\n\n${body}"); return 1; } Loading