Skip to content

Commit

Permalink
Merge a68b820 into f9cceef
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewandante committed Jan 23, 2022
2 parents f9cceef + a68b820 commit be0fffe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/en/04_Changelogs/4.9.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,8 @@ New Silverstripe CMS project created from `silverstripe/installer` 4.9.0 or grea

It's highly recommended that existing Silverstripe CMS installation using `Swift_MailTransport` upgrade to `Swift_SendmailTransport` or another available transport, such as `Swift_SmtpTransport`. Details on how to use these classes are available in the [email section](https://docs.silverstripe.org/en/4/developer_guides/email/) of the developer docs.

It also crucial to ensure that you have a `From:` address properly configured, as changing from `mail()` to `sendmail` will mean that any existing fallback configuration will no longer apply. You can (set this in your yaml config as detailed here)[https://docs.silverstripe.org/en/4/developer_guides/email/#administrator-emails] which will ensure that password reset emails (among others) continue to send.

### Other new features

* [New title tip component](https://silverstripe.github.io/silverstripe-pattern-lib/?knob-Content=Example%20tip%20contents&selectedKind=Admin%2FTip&selectedStory=Title%20tip&full=0&addons=1&stories=1&panelRight=0&addonPanel=storybook%2Fnotes%2Fpanel) allowing you to provide extra context on the purpose of a field
Expand Down

0 comments on commit be0fffe

Please sign in to comment.