mirror of
				https://github.com/kevinveenbirkenbach/computer-playbook.git
				synced 2025-10-31 10:19:09 +00:00 
			
		
		
		
	Introduce integration test to ensure all web-app-* roles contain a README.md (required for Web App Desktop visibility) See: https://chatgpt.com/share/68b6be49-7b78-800f-a3ff-bf922b4b083f
		
			
				
	
	
		
			22 lines
		
	
	
		
			991 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
			
		
		
	
	
			22 lines
		
	
	
		
			991 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
| # Postmarks
 | |
| 
 | |
| ## Description
 | |
| 
 | |
| Run **Postmarks**, a small mail-service client, via Docker Compose—ideal as a utility component for apps that need SMTP interactions in your stack.
 | |
| 
 | |
| ## Overview
 | |
| 
 | |
| This role installs and configures the Postmarks client container with basic domain wiring. It is designed to run behind your standard reverse proxy and to interoperate with other applications that rely on SMTP functionality.
 | |
| 
 | |
| ## Features
 | |
| 
 | |
| - **Containerized Client:** Simple Docker Compose deployment for the Postmarks tool.
 | |
| - **SMTP-Oriented Usage:** Suited for scenarios where applications need to interact with a mail service.
 | |
| - **Minimal Footprint:** Small, focused utility component that fits neatly into larger stacks.
 | |
| - **Desktop Integration Hooks:** This README ensures the role is discoverable in your Web App Desktop.
 | |
| 
 | |
| ## Further Resources
 | |
| 
 | |
| - [Postmarks (GitHub)](https://github.com/ckolderup/postmarks)
 | |
| - [Simple Mail Transfer Protocol (RFC 5321)](https://www.rfc-editor.org/rfc/rfc5321)
 |