mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-23 10:38:45 +02:00
N°2504 - Add feature to connect Office mail box with OAuth2 for Microsoft Graph N°5102 - Allow to send emails (eg. notifications) using GSuite SMTP and OAuth * 2.7 migration (wip)
6 lines
148 B
Batchfile
6 lines
148 B
Batchfile
@ECHO OFF
|
|
setlocal DISABLEDELAYEDEXPANSION
|
|
SET BIN_TARGET=%~dp0/generate-factory-for-class
|
|
SET COMPOSER_RUNTIME_BIN_DIR=%~dp0
|
|
php "%BIN_TARGET%" %*
|