# Email Generator Configuration # Copy this file to config.yml and fill in your values # Sendy API Configuration sendy: api_url: 'https://your-domain.com/api/campaigns/create.php' api_key: 'your-api-key-here' brand_id: '1' list_ids: 'your-list-id-here' # Email Settings email: from_name: 'Your Name' from_email: 'your-email@example.com' reply_to: 'your-email@example.com' # Campaign Settings campaign: track_opens: '1' track_clicks: '1' default_timezone: 'America/Chicago' # Template Settings template: header_image_url: 'https://your-domain.com/img/email/header.jpg' header_image_alt: 'Email Header' header_image_width: 600 header_image_height: 185 signature_image_url: 'https://your-domain.com/img/signature.png' signature_image_alt: 'Signature' signature_image_width: 98 signature_image_height: 98 signature_text: '-Your Name' # Optional: Primary footer appears after signature, before unsubscribe section # Can contain Markdown or HTML (e.g., product links, promotional content) # primary_footer: | # [![](/mas.jpg)](example.com "Purchase on the Mac App Store") | [![](/paddle.jpg)](example.com "Purchase directly") # Footer text - can contain Markdown and will preserve and tags # Sendy will replace these tags when sending the email # footer_text: | # Copyright © 2025 Your Name
# 123 Main St
# City, State ZIP # # View on the web | Unsubscribe # File Paths paths: template_file: 'email-template.html' styles_file: 'styles.css' # Markdown Processor markdown: processor: 'apex' # or 'pandoc', 'kramdown', etc.