- 1.0.5 2025-09-23 Corrección EnviaCorreoMS

This commit is contained in:
2025-09-23 09:39:24 +02:00
parent 003c38e91e
commit d5d37d900b
2 changed files with 3 additions and 2 deletions

View File

@@ -99,7 +99,7 @@ namespace tsCorreos
if (ServidorSMTP == "smtp.gmail.com")
{
var tkgm = await TokenGmail.ObtieneTokenAsync(Remitente);
await GmailOAuthSender.EnviarCorreoMSAsync(tkgm.Config, tkgm.Token, Destinatario, Asunto, Cuerpo, false, CC, BCC, FicherosAdjuntos: FicherosAdjuntos);
await GmailOAuthSender.EnviarCorreoMSAsync(tkgm.Config, tkgm.Token, Destinatario, Asunto, Cuerpo, false, CC, BCC,ResponderA, FicherosAdjuntos,NombreFicherosAdjuntos,ServidorSMTP,Puerto);
}
else
{