Enable email sendmail delivery per default.
This commit is contained in:
parent
6babb3a14d
commit
64745a83e7
1 changed files with 1 additions and 1 deletions
|
@ -1241,7 +1241,7 @@ Channel.create(
|
|||
:adapter => 'Sendmail',
|
||||
:area => 'Email::Outbound',
|
||||
:options => {},
|
||||
:active => false,
|
||||
:active => true,
|
||||
:created_by_id => User.where( :login => '-' ).first.id
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in a new issue