Skip to content

Commit

Permalink
Merge pull request #41
Browse files Browse the repository at this point in the history
supp .csv
  • Loading branch information
jvk88511334 authored Apr 11, 2024
2 parents 25928ad + cd6b4bf commit bd55319
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/fr/abes/logskbart/service/EmailService.java
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public class EmailService {
public void sendMailWithAttachment(String packageName, Path mailAttachmentPath) {
try {
// Création du mail
String requestJson = mailToJSON(this.recipient, "[CONVERGENCE]["+env.toUpperCase()+"] Log(s) d'erreur de " + packageName + ".csv", "");
String requestJson = mailToJSON(this.recipient, "[CONVERGENCE]["+env.toUpperCase()+"] Log(s) d'erreur de " + packageName, "");

// Récupération du fichier
File file = mailAttachmentPath.toFile();
Expand Down

0 comments on commit bd55319

Please sign in to comment.