Changeset 1643 for trunk


Ignore:
Timestamp:
01/19/16 16:48:51 (8 years ago)
Author:
nanardon
Message:

Fix empty parameter in hash

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LATMOS-Accounts/lib/LATMOS/Accounts/Mail.pm

    r1407 r1643  
    9292        %{ $headers || {}}, 
    9393        'Content-Type' => 'text/plain; charset=utf-8', 
    94         smtp => $self->{_la}->val('_default_', 'smtp'), 
     94        smtp => $self->{_la}->val('_default_', 'smtp', '127.0.0.1'), 
    9595        'X-LATMOS-Accounts' => $LATMOS::Accounts::VERSION, 
    9696        From => $self->{_la}->val('_default_', 'mailFrom', 'nomail@localhost'), 
Note: See TracChangeset for help on using the changeset viewer.