update default email cc
This commit is contained in:
parent
760902963b
commit
1f03b91871
@ -13,4 +13,7 @@ abstract class BddConstant
|
||||
const ISLEAVEPROPERTYONVCALENDAR = "ISLEAVE";
|
||||
|
||||
const DEFAULT_THANATOS_GROUP_NAME = "Thanatos";
|
||||
|
||||
const DEFAULT_ATTESTATION_CC_EMAIL = "attestation@h-f-c.info";
|
||||
const DEFAULT_INVOICE_CC_EMAIL = "attestation@h-f-c.info";
|
||||
}
|
||||
@ -116,10 +116,8 @@ class InvoiceController extends Controller
|
||||
"<p> Vous trouverez en pièce jointe la facture des soins de " . $factureDate . ".</p>".
|
||||
$signature
|
||||
);
|
||||
$appAdminEmail = $this->gestionRepository->getUserEmailByNextcloudId(BddConstant::DEFAULT_ADMIN_APP_ID_NEXTCLOUD);
|
||||
if ($appAdminEmail) {
|
||||
$appAdminEmail = BddConstant::DEFAULT_INVOICE_CC_EMAIL;
|
||||
$message->setCc([$appAdminEmail]);
|
||||
}
|
||||
|
||||
$this->mailer->send($message);
|
||||
$this->gestionRepository->setFactureSentDate($factureId);
|
||||
|
||||
@ -1625,10 +1625,8 @@ class PageController extends Controller {
|
||||
$signature
|
||||
);
|
||||
|
||||
$appAdminEmail = $this->myDb->getUserEmailByNextcloudId(BddConstant::DEFAULT_ADMIN_APP_ID_NEXTCLOUD);
|
||||
if ($appAdminEmail) {
|
||||
$appAdminEmail = BddConstant::DEFAULT_ATTESTATION_CC_EMAIL;
|
||||
$message->setCc([$appAdminEmail]);
|
||||
}
|
||||
$this->mailer->send($message);
|
||||
return new DataResponse("", 200, ['Content-Type' => 'application/json']);
|
||||
// } catch (Exception $e) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user