dravencms/templated-email

DravenCMS Templated email

Maintainers

Package info

github.com/dravencms/templated-email

Language:Latte

Type:dravencms-package

pkg:composer/dravencms/templated-email

Transparency log

Statistics

Installs: 352

Dependents: 2

Suggesters: 0

Stars: 0

Open Issues: 0

1.1.3 2026-07-01 18:15 UTC

This package is auto-updated.

Last update: 2026-08-24 22:39:03 UTC


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%/emailTemplates for application email templates.
  • %tempDir%/sendEmails for debug-message storage.
  • The package's @layout.latte as the common email layout.
  • info@example.com as 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.