Update noreply mail password
This commit is contained in:
parent
b94163e756
commit
135443a7e2
|
@ -5,7 +5,7 @@ $config = array(
|
|||
'smtp_host' => 'mail.ilink-app.com',
|
||||
'smtp_port' => 587,
|
||||
'smtp_user' => 'noreply@ilink-app.com',
|
||||
'smtp_pass' => 'ilink2017GA',
|
||||
'smtp_pass' => 'Reply@iLink2022@@@',
|
||||
'smtp_crypto' => 'tls', //can be 'ssl' or 'tls' for example
|
||||
'mailtype' => 'text', //plaintext 'text' mails or 'html'
|
||||
'smtp_timeout' => '5', //in seconds
|
||||
|
|
|
@ -170,7 +170,7 @@
|
|||
|
||||
</div>
|
||||
|
||||
<?php if($invoice->state != 'ACCEPTED' && !empty($invoice->reason)) { ?>
|
||||
<?php if($invoice->state == 'ACCEPTED_MODIFIED') { ?>
|
||||
<div class="row">
|
||||
<div class="col-lg-12 col-xs-6">
|
||||
<div class="small-box bg-yellow-active">
|
||||
|
|
Loading…
Reference in New Issue