- 1.0.5 2025-09-23 Corrección EnviaCorreoMS
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user