-
- Added new
onEmailSend()
event hook before sending #70
- Added new
-
- Added examples of setting up Email plugin with various SMTP providers
- Updated RU language #60
- Updated to SwiftMailer v5.4.8
-
- Now uses a dedicated
logs/email.log
file whendebug: true
- Improved the README.txt file with examples, and troubleshooting
- Changed default engine to
sendmail
asmail
is deprecated and not functioning [swiftmailer#866](https://github.com/swiftmailer/swiftmailer/issues/866}
- Now uses a dedicated
-
- Improved the error message when missing
from
in the configuration - Silently catch malformed email exceptions
- Improved the error message when missing
-
- Inherit options from plugin configuration #39
-
- Also process translation on the email subject getgrav/grav-plugin-comments#38
-
- Updated to SwiftMailer 5.4.5 #45
-
- Added a new
process_markdown
option for emails in forms
- Added a new
-
- Improved the
Utils::sendEmail()
method to take the email type as an option
- Improved the
-
- CLI command will fallback to use the
to
from email plugin config if not provided - Explicit Composer based class loader to fix issues with class case
- CLI command will fallback to use the
-
- Added a new
bin/plugin email test-email
CLI command
- Added a new
-
- Moved Email
Utils
class from Login to Email plugin - Provide a sample base
email/base.html.twig
template for emails
- Moved Email
-
- Fix handling attachments with the updated file upload field
-
- Added Russian translation
- Updated Swiftmailer to 5.4.3 #37
-
- Allow multiple email recipients (comma separated) #31
- Added Danish and Spanish translations
-
- Now includes Swiftmailer v5.4.2 which introduces a number of bug fixes and improvements
-
- Correct
starttls
implementation, bundled in TLS
- Correct
-
- Added debug option to enable logging on SwiftMailer.
- Updated SwiftMailer from v5.1.0 to v5.4.1.
- Added an option in the Admin settings to enable
starttls
-
- Correctly name TLS in the Admin settings, the label was
TTS
(but the value was correctly namedtls
)
- Correctly name TLS in the Admin settings, the label was
-
- 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