diff --git a/Funciones.cs b/Funciones.cs
index 70749a0..a3be3d9 100644
--- a/Funciones.cs
+++ b/Funciones.cs
@@ -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
{
diff --git a/tsCorreos.csproj b/tsCorreos.csproj
index e9c30c6..977e47b 100644
--- a/tsCorreos.csproj
+++ b/tsCorreos.csproj
@@ -6,11 +6,12 @@
netstandard2.0
tsCorreos
netstandard2.0, libreria
- 1.0.4
+ 1.0.5
Manuel
Tecnosis S.A
Envío de correos diferenciando Gmail del resto
+ - 1.0.5 2025-09-23 Corrección EnviaCorreoMS
- 1.0.4 2025-09-22 Actualización de tsGmail
- 1.0.3 2025-09-22 Actualización de tsGmail
- 1.0.2 2025-09-19 Corrección errores namespaces