Changes
Build and Push Docker Images / build (push) Successful in 35s

This commit is contained in:
2026-05-11 16:50:05 +03:00
parent 66fe78a282
commit cabf240397
3 changed files with 10 additions and 15 deletions
+2 -7
View File
@@ -168,12 +168,7 @@ namespace Api.Services
await client.DisconnectAsync(true, ct);
}
public Task SendMatchAsync(string? explicitTo, string subject, string body, string? attachmentPath, CancellationToken ct)
{
return SendMatchInternalAsync(explicitTo, subject, body, attachmentPath, ct);
}
private async Task SendMatchInternalAsync(string? explicitTo, string subject, string body, string? attachmentPath, CancellationToken ct)
public async Task SendMatchAsync(string? explicitTo, string subject, string body, string? attachmentPath, CancellationToken ct)
{
var recipients = new List<string>();
if (!string.IsNullOrWhiteSpace(explicitTo))
@@ -217,7 +212,7 @@ namespace Api.Services
await SendEmailAsync(msg, "cv match email", ct);
_log.LogInformation("CV match email sent successfully to {RecipientEmail}", recipient);
}
}
}
public static string BuildMatchEmailBody(string cvDocumentId, JobMatchResponse result, string? jobLabel) => $@"CV Matcher result