12 KiB
12 KiB
v4.1.0
04/09/2024
-
- Update vendor libraries for Mailer to latest
5.4versions - When you send an email you can use
Email::getLastSendMessage()andEmail::getLastSendDebug()methods to get information about the email processing.
- Update vendor libraries for Mailer to latest
v4.0.4
07/10/2023
v4.0.3
06/29/2023
-
- Simplified the
Email::processRecipients()logic for readability
- Simplified the
-
- Fix an issue with 2 email addresses provided with 'just' email and no name #176
- Fix for blank subjectlines when using
Message::setSubject()in Twig templates getgrav/grav-plugin-login#299
v4.0.2
06/27/2023
-
- some recipient handling improvements. e.g. missing
bcc_namethrowing error - Allow overriding of defaults with a form configuration. Use
nullto remove default email configuration
- some recipient handling improvements. e.g. missing
v4.0.1
05/20/2023
v4.0.0
05/09/2023
-
- Migrated from
Swiftmailer(which has been deprecated) toSymfony/Mailer, a more modern and extensible mailing library. - Built-in support for
SMTP,SMTPS,SendmailandNative(uses best solution per-platform) engines - Added ability to have 3rd party plugins that provide new engines (e.g.
SendGrid,MailJet, etc.) withSMTP,APIorHTTPStransports for faster and more reliable email sending - More flexible options for email formatting including RFC822
name-addrformat (Joe Bloggs <user@example.com>) and simple arrays ([user@example.com, Joe Bloggs]) - Support
tagsandmetadatainEmail::buildMessage() - Two new events
onEmailEnginesandonEmailTransportDsnto facilitate the integration of custom engines via plugins
- Migrated from
v4.0.0-rc.4
02/27/2023
-
- Fixed for multiple recipients #167
- Fix for simple array format with names which wasn't working
v4.0.0-rc.3
10/27/2022
v4.0.0-rc.2
10/19/2022
-
- Set
sendmailas default engine to provide better fallback for unsupportedmaileroption - Added info about available engine plugins in
README.md
- Set
v4.0.0-rc.1
10/05/2022
-
- Migrated from
Swiftmailer(which has been deprecated) toSymfony/Mailer, a more modern and extensible mailing library. - Built-in support for
SMTP,SMTPS,SendmailandNative(uses best solution per-platform) engines - Added ability to have 3rd party plugins that provide new engines (e.g.
SendGrid,MailJet, etc.) withSMTP,APIorHTTPStransports for faster and more reliable email sending - More flexible options for email formatting including RFC822
name-addrformat (Joe Bloggs <user@example.com>) and simple arrays ([user@example.com, Joe Bloggs]) - Support
tagsandmetadatainEmail::buildMessage() - Two new events
onEmailEnginesandonEmailTransportDsnto facilitate the integration of custom engines via plugins
- Migrated from
v3.2.0
03/28/2022
-
- Require Grav 1.7.32 and Form 6.0.0
-
- Added access email message object inside the twig template file
-
- Fixed twig not being initialized when building an email message
v3.1.5
01/03/2022
-
- Updated to Swiftmailer
v6.3.0with PHP 8.1 compatibility #157
- Updated to Swiftmailer
v3.1.4
11/16/2021
v3.1.3
07/19/2021
v3.1.2
04/06/2021
-
- Added new
onEmailMessageevent to make object available for editing #150
- Added new
v3.1.1
01/31/2021
v3.1.0
12/02/2020
v3.0.10
11/09/2020
-
- Tweaked default
base.html.twigtemplate to better support dark-mode clients - Latest vendor updates
- Tweaked default
-
- Add missing support for
template:in body array - Added check to process markdown with
text/htmlcontent type only
- Add missing support for
v3.0.9
06/08/2020
-
- Disable password autocomplete in password field
- Don't save empty string in password field #134
v3.0.8
04/27/2020
v3.0.7
03/05/2020
-
- Updated email validator library
-
- Fixed
Invalid resource theme://on CLI commandtest-emailon Grav 1.6.21 and later versions #128
- Fixed
v3.0.6
02/11/2020
v3.0.5
02/03/2020
v3.0.4
01/17/2020
v3.0.3
08/16/2019
-
- Support an array of multiple emails in
email:form process - Allow form values in email templates
- Support an array of multiple emails in
-
- Added Twig blocks for
contentandfooterinemail/base.html.twigtemplate - Updated
README.mdto reflect working setup for GMail
- Added Twig blocks for
v3.0.2
05/09/2019
-
- Requires Form Plugin v3.0.3
- Added Russian translation #113
-
- Better fix for missing attachments when sending an email using a form form#333
v3.0.1
04/15/2019
-
- Put a
try/catcharound email attachments and log any errors rather than hard fail
- Put a
-
- Fixed missing attachments when sending an email using a form form#333
v3.0.0
04/11/2019
-
- Added new
template:to choose twig template option for email form processing - Moved
buildMessage()andparseAddressValue()to Email object and made public - Refactored the
EmailUtils::sendEmail()to take an array of params or the old param list - Switched to SwiftMailer v.6.1.3 (requires PHP7/Grav 1.6)
- SwiftMailer 6.x compatibility fixes
- Updated various translations
- Added support for Email Queue with Scheduler support
- Code cleanup, composer update
- Added a new
clear-queue-failuresCLI command to flush out failed sends
- Added new
-
- Added backlink for scheduler task
- Added support for
environmentoption toflushqueueCLI command - Fixed mailtrap hostname in README.md
- Disable autocomplete on SMTP
userandpasswordfields
v2.7.2
01/25/2019
v2.7.1
12/05/2017
-
- 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
v2.7.0
10/26/2017
-
- Now uses a dedicated
logs/email.logfile whendebug: true - Improved the README.txt file with examples, and troubleshooting
- Changed default engine to
sendmailasmailis deprecated and not functioning [swiftmailer#866](https://github.com/swiftmailer/swiftmailer/issues/866}
- Now uses a dedicated
v2.6.2
09/30/2017
v2.6.1
09/07/2017
-
- Improved the error message when missing
fromin the configuration - Silently catch malformed email exceptions
- Improved the error message when missing
v2.6.0
05/22/2017
-
- Inherit options from plugin configuration #39
-
- Also process translation on the email subject https://github.com/getgrav/grav-plugin-comments/issues/38
v2.5.3
01/03/2017
-
- Updated to SwiftMailer 5.4.5 #45
v2.5.2
12/13/2016
v2.5.2-rc.1
11/26/2016
-
- Added a new
process_markdownoption for emails in forms
- Added a new
-
- Improved the
Utils::sendEmail()method to take the email type as an option
- Improved the
v2.5.1
10/19/2016
-
- CLI command will fallback to use the
tofrom email plugin config if not provided - Explicit Composer based class loader to fix issues with class case
- CLI command will fallback to use the
v2.5.0
09/07/2016
-
- Added a new
bin/plugin email test-emailCLI command
- Added a new
-
- Moved Email
Utilsclass from Login to Email plugin - Provide a sample base
email/base.html.twigtemplate for emails
- Moved Email
-
- Fix handling attachments with the updated file upload field
v2.4.3
08/16/2016
-
- Added Russian translation
- Updated Swiftmailer to 5.4.3 #37
v2.4.2
08/10/2016
v2.4.1
07/14/2016
-
- Allow multiple email recipients (comma separated) #31
- Added Danish and Spanish translations
v2.4.0
05/11/2016
-
- Now includes Swiftmailer v5.4.2 which introduces a number of bug fixes and improvements
-
- Correct
starttlsimplementation, bundled in TLS
- Correct
v2.3.0
04/20/2016
-
- 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
v2.2.0
02/05/2016
-
- Allow to send attachments in forms
- Added French translation
-
- Throw an exception when trying to send emails without a
fromortoparameters 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
v2.1.0
12/18/2015
-
- Added missing
content_typeto 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.defaulttomailer.engine
- Improved documentation of new email params in
v2.0.0
12/11/2015
-
- Added support for from/sender name (Thomas Keitel)
- Added support for message content type (Thomas Keitel)
- Added support for reply addresses (Thomas Keitel)
- Added support for CC/BCC (Thomas Keitel)
- Added support for multiple body parts (Thomas Keitel)
-
- Fix email engine selection (z38)