Persistance de SearchText ajoutée

This commit is contained in:
Paul Schneider 2026-08-29 14:34:43 +01:00
commit 24046ac632
Signed by: notazof
GPG key ID: 1DD5D838E5343B06
13 changed files with 302 additions and 197 deletions

View file

@ -53,7 +53,7 @@ namespace Yavsc.Services
/// </returns>
public Task SendEmailAsync(string email, string subject, string htmlMessage)
{
return SendEmailAsync("", email, subject, htmlMessage);
return SendEmailAsync(null, email, subject, htmlMessage);
}
public async Task<string> SendEmailAsync(string name, string email, string subject, string htmlMessage)