-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
15 additions
and
3 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
# v4.0.4 | ||
## 07/10/2023 | ||
|
||
1. [](#bugfix) | ||
* Fix for email file attachments using stream | ||
|
||
# v4.0.3 | ||
## 06/29/2023 | ||
|
||
|
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 |
---|---|---|
|
@@ -78,6 +78,7 @@ fr: | |
PLUGIN_EMAIL: | ||
MAIL_ENGINE: "Moteur de messagerie" | ||
MAIL_ENGINE_DISABLED: "Désactivé" | ||
MAIL_ENGINE_DESC: "NOTE : Si vous sélectionnez un moteur fourni par un autre plugin, vous devez configurer les options dans ce même plugin." | ||
CONTENT_TYPE: "Type de contenu" | ||
CONTENT_TYPE_PLAIN_TEXT: "Texte brut" | ||
CHARSET: "Jeu de caractères" | ||
|
@@ -130,7 +131,9 @@ fr: | |
QUEUE_FLUSH_MSG_LIMIT: "Messages par Flush" | ||
QUEUE_FLUSH_MSG_LIMIT_APPEND: "Messages" | ||
QUEUE_FLUSH_TIME_LIMIT: "Délai de Flush" | ||
QUEUE_FLUSH_TIME_LIMIT_APPEND: "Seconds" | ||
QUEUE_FLUSH_TIME_LIMIT_APPEND: "Secondes" | ||
EMAIL_FORMAT: "Utilisez le format `addr` : `[email protected]` ou le format `name-addr` : `Votre nom <[email protected]>`. Séparer par des virgules pour plusieurs adresses." | ||
|
||
|
||
hr: | ||
PLUGIN_EMAIL: | ||
|