mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-19 19:16:32 +03:00
14 lines
403 B
YAML
14 lines
403 B
YAML
# For the full configuration, visit:
|
|
# https://github.com/felds/QuickMailerBundle
|
|
|
|
felds_quickmailer:
|
|
# Sender info (required)
|
|
from: { name: "Sender Name", email: "sender@example.com" }
|
|
|
|
# # Reply-to info (optional)
|
|
# reply_to: { name: "Reply-to Name", email: "reply-to@example.com" }
|
|
|
|
templates:
|
|
# This loads a template named `demo`
|
|
demo: path/to/template.html.twig
|