-
Notifications
You must be signed in to change notification settings - Fork 249
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert " PICKME Refactor Email system to builder pattern"
- Loading branch information
Showing
19 changed files
with
134 additions
and
70 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
<p>{$To},</p> | ||
|
||
<p>Een nieuwe gebruiker is geregistreerd met de volgende informatie:<br/> | ||
Email: {$EmailAddress}<br/> | ||
Naam: {$FullName}<br/> | ||
Telefoonnummer: {$Phone}<br/> | ||
Organisatie: {$Organization}<br/> | ||
Positie: {$Position}</p> | ||
{if !empty($CreatedBy)} | ||
Gemaakt door: {$CreatedBy} | ||
{/if} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
<p>{$To},</p> | ||
|
||
<p>A new user has registered with the following information:<br/> | ||
Email: {$EmailAddress}<br/> | ||
Name: {$FullName}<br/> | ||
Phone: {$Phone}<br/> | ||
Organization: {$Organization}<br/> | ||
Position: {$Position}</p> | ||
{if !empty($CreatedBy)} | ||
Created by: {$CreatedBy} | ||
{/if} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
<p>{$To},</p> | ||
|
||
<p>Se ha registrado un nuevo usuario con la siguiente información:<br/> | ||
Correo electrónico: {$EmailAddress}<br/> | ||
Nombre: {$FullName}<br/> | ||
Teléfono: {$Phone}<br/> | ||
Organización: {$Organization}<br/> | ||
Cargo: {$Position}</p> | ||
{if !empty($CreatedBy)} | ||
Creado por: {$CreatedBy} | ||
{/if} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
<p>{$To},</p> | ||
|
||
<p>Un nouvel utilisateur s'est enregistré avec les informations suivantes:<br/> | ||
Email: {$EmailAddress}<br/> | ||
Nom: {$FullName}<br/> | ||
Téléphone: {$Phone}<br/> | ||
Organisation: {$Organization}<br/> | ||
Position: {$Position}</p> | ||
{if !empty($CreatedBy)} | ||
Créé par: {$CreatedBy} | ||
{/if} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
<p> | ||
{$To}, | ||
<br /> | ||
</p> | ||
|
||
<p> | ||
Um novo usuário se registrou com as seguintes informações: | ||
<br /> | ||
E-mail: {$EmailAddress} | ||
<br /> | ||
Nome: {$FullName} | ||
<br /> | ||
Organização: {$Organization} | ||
{if !empty($CreatedBy)} | ||
<br /> | ||
Criada por: {$CreatedBy} | ||
{/if} | ||
</p> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters