Envoie de notification à la pose et la vadliation de congés

This commit is contained in:
2020-06-12 15:18:53 +02:00
parent 08249abbf5
commit 20d42d319a
11 changed files with 262 additions and 1 deletions

View File

@@ -32,6 +32,11 @@ APP_NAME=Schedule
APP_ENV=PROD
APP_CRON=false
# MAIL sendmail / smtp
MAILER_METHOD=sendmail
MAILER_URL=
MAILER_NOREPLY=noreply@noreply.fr
# BDD
DATABASE_NAME=
DATABASE_USER=
@@ -46,3 +51,9 @@ CAS_USERNAME=username
CAS_EMAIL=email
CAS_LASTNAME=lastname
CAS_FIRSTNAME=firstname
###> symfony/swiftmailer-bundle ###
# For Gmail as a transport, use: "gmail://username:password@localhost"
# For a generic SMTP server, use: "smtp://localhost:25?encryption=&auth_mode="
# Delivery is disabled by default via "null://localhost"
MAILER_URL=