5 #ifndef VIEWEMAILTEMPLATE_H
6 #define VIEWEMAILTEMPLATE_H
8 #include <Cutelyst/Plugins/View/Email/viewemail.h>
14 class ViewEmailTemplatePrivate;
35 QString templatePrefix READ templatePrefix WRITE setTemplatePrefix NOTIFY changedProp)
39 Q_PROPERTY(
QString defaultView READ defaultView WRITE setDefaultView NOTIFY changedProp)
55 [[nodiscard]]
QString templatePrefix()
const;
63 void setTemplatePrefix(
const QString &prefix);
69 [[nodiscard]]
QString defaultView()
const;
80 void setDefaultView(
const QString &view);
A view that renders stash data using another view and sends it via e-mail.
A view that sends stash data via e-mail.
The Cutelyst namespace holds all public Cutelyst API.