Skip to content
Snippets Groups Projects

[Doc] Mail process of canap

Merged Leonardo Alain Surdez requested to merge doc/mailProcess into master
1 unresolved thread
1 file
+ 5
5
Compare changes
  • Side-by-side
  • Inline
@@ -16,9 +16,9 @@ sequenceDiagram
---
```mermaid
graph LR
A[Gest-api] -->B(Answer with the selected response)
A[Gest-API] -->B(Answer with the selected response)
B-->|Send mail to| D[The applicant]
B-->|Send mail to| E[The 'formation apprentis' in Bcc/CC ]
B-->|Send mail to| E[formation.apprentis@epfl.ch in Bcc/CC ]
```
### Files
@@ -49,7 +49,7 @@ sequenceDiagram
```mermaid
graph LR
A[Form] -->B(Form completed)
B-->|Send mail to| D[The 'Formation apprentis']
B-->|Send mail to| D[formation.apprentis@epfl.ch]
B-->|Send mail to| E[The applicant]
```
@@ -58,7 +58,7 @@ graph LR
| Name | Location | Definition |
| -------- | -------- | -------- |
| `config.php` | `Formulaire/configs/config.php` | Configuration of the application to suit the environment |
| `cible.php` |`Formulaire/cible.php` | Manages the confirmation of the application |
| `helpers.php` -> `mailToResp($surname, $name, $job)` | Formulaire/helpers.php |Sends an e-mail to the managers with information about a new candidate|
| `cible.php` | `Formulaire/cible.php` | Manages the confirmation of the application |
| `helpers.php` -> `mailToResp($surname, $name, $job)` | `Formulaire/helpers.php` |Sends an e-mail to the managers with information about a new candidate|
| `helpers.php` -> `mailToApprenti($to)` | `Formulaire/helpers.php` |Sends an e-mail to the applicant to confirm their application.|
| `helpers.php` -> `createFilesFolder($rootpath, $applicantId)` | `Formulaire/helpers.php` |Creates a folder for the files associated with an apprentice's application.|
Loading