All checks were successful
		
		
	
	Optimized Build and Deploy / remote-build-and-deploy (push) Successful in 9m57s
				
			
		
			
				
	
	
		
			12 lines
		
	
	
		
			549 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			549 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
| # ================================================
 | |
| # VARIABLES DE ENTORNO PARA LA CONFIGURACIÓN DE CORREO
 | |
| # ================================================
 | |
| # El separador de doble guion bajo (__) se usa para mapear la jerarquía del JSON.
 | |
| # MailSettings:SmtpHost se convierte en MailSettings__SmtpHost
 | |
| 
 | |
| MailSettings__SmtpHost="192.168.5.201"
 | |
| MailSettings__SmtpPort=587
 | |
| MailSettings__SenderName="Club - Diario El Día"
 | |
| MailSettings__SenderEmail="alertas@eldia.com"
 | |
| MailSettings__SmtpUser="alertas@eldia.com"
 | |
| MailSettings__SmtpPass="@Alertas713550@" |