-
- Allow to send attachments in forms
- Added French translation
-
- Throw an exception when trying to send emails without a
from
orto
parameters setup, to intercept less meaningful errors and provide a better description on how to fix the problem - Changed SMTP password in admin to use a password field instead of plain text
- Throw an exception when trying to send emails without a
-
- Added missing
content_type
to email.yaml - Added default values for CC and BCC
- Added missing
-
- Improved documentation of new email params in
README.md
- Moved config setting of
mailer.default
tomailer.engine
- Improved documentation of new email params in