mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-01 14:38:47 +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
8 lines
419 B
Twig
8 lines
419 B
Twig
{# @copyright Copyright (C) 2010-2022 Combodo SARL #}
|
|
{# @license http://opensource.org/licenses/AGPL-3.0 #}
|
|
|
|
<fieldset class="ibo-oauth-wizard--conf--panel ibo-oauth-wizard--result--panel">
|
|
<legend>{{ 'UI:OAuth:Wizard:ResultConf:Panel:Title'|dict_s }}</legend>
|
|
<p>{{ 'UI:OAuth:Wizard:ResultConf:Panel:Description'|dict_s }}</p>
|
|
<pre><code id="ibo-oauth-wizard--conf--result"></code></pre>
|
|
</fieldset> |