mirror of
				https://github.com/kevinveenbirkenbach/computer-playbook.git
				synced 2025-10-31 02:10:05 +00:00 
			
		
		
		
	Made System Email Variables UPPER
This commit is contained in:
		| @@ -17,13 +17,13 @@ MYSQL_USER=     {{ database_username }} | ||||
| MYSQL_PASSWORD= {{ database_password }} | ||||
|  | ||||
| # Email Configuration | ||||
| SMTP=           {{ system_email.host }} | ||||
| SMTP_DOMAIN=    {{ system_email.domain }} | ||||
| SMTP_PORT=      {{ system_email.port }} | ||||
| SMTP=           {{ SYSTEM_EMAIL.HOST }} | ||||
| SMTP_DOMAIN=    {{ SYSTEM_EMAIL.DOMAIN }} | ||||
| SMTP_PORT=      {{ SYSTEM_EMAIL.PORT }} | ||||
| SMTP_AUTH_USER= {{ users['no-reply'].email }} | ||||
| SMTP_AUTH_PASS= {{ users['no-reply'].mailu_token }} | ||||
| SMTP_TLS=       {{ 'on' if system_email.tls else 'off' }} | ||||
| SMTP_STARTTLS=  {{ 'on' if system_email.start_tls else 'off' }} | ||||
| SMTP_TLS=       {{ 'on' if SYSTEM_EMAIL.TLS else 'off' }} | ||||
| SMTP_STARTTLS=  {{ 'on' if SYSTEM_EMAIL.START_TLS else 'off' }} | ||||
| SMTP_FROM=      no-reply | ||||
|  | ||||
| # Administrator Credentials | ||||
|   | ||||
		Reference in New Issue
	
	Block a user