Agregar archivos de proyecto.

This commit is contained in:
2025-09-18 13:00:36 +02:00
parent f7e2037014
commit 0a4437ff99
7 changed files with 944 additions and 0 deletions

8
Models/GmailConfig.cs Normal file
View File

@@ -0,0 +1,8 @@
public class GmailConfig
{
public byte[] ClientSecret { get; set; }
public string TokenFolder { get; set; }
public string Usuario { get; set; }
public string Remitente { get; set; }
public string NombreRemitente { get; set; }
}