dravencms / templated-email
DravenCMS Templated email
Package info
github.com/dravencms/templated-email
Language:Latte
Type:dravencms-package
pkg:composer/dravencms/templated-email
Requires
README
Default configuration and shared HTML layout for salamek/nette-templated-email in DravenCMS applications.
Installation
composer require dravencms/templated-email
Configuration
The bundled defaults use:
%appDir%/emailTemplatesfor application email templates.%tempDir%/sendEmailsfor debug-message storage.- The package's
@layout.latteas the common email layout. info@example.comas the placeholder sender address.
Override the sender before sending mail:
templatedEmail: fromName: Example Application fromEmail: no-reply@example.com
Application templates belong in app/emailTemplates unless templateStorage is changed. Refer to salamek/nette-templated-email for message creation, variable passing, attachments, and transport usage.
Do not ship the placeholder sender address in production. Keep transport credentials in local or environment-specific configuration.
License
This package is licensed under the LGPL-3.0-only license.