# Email Generator Configuration # Copy this file to config.yml and fill in your values # Sendy API Configuration sendy: api_url: '' api_key: '' brand_id: '' list_ids: '' # Email Settings email: from_name: 'Pascal Le Merrer' from_email: 'contact@craftletter.fr' reply_to: 'contact@craftletter.fr' # Campaign Settings campaign: track_opens: '0' track_clicks: '0' default_timezone: 'Europe/Paris' # Template Settings template: header_image_url: 'https://www.craftletter.fr/images/craftletter.svg' header_image_alt: 'Logo Craft Letter' header_image_width: 600 header_image_height: 185 signature_image_url: '' signature_image_alt: '' signature_image_width: 0 signature_image_height: 0 signature_text: '' # 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: 'multimarkdown' # or 'apex', pandoc', 'kramdown', etc.