[#3097] added SmtpConfig.LocalName option

This commit is contained in:
Gani Georgiev
2023-08-17 19:07:56 +03:00
parent 53b20ec104
commit b2ac538580
38 changed files with 3461 additions and 3363 deletions
+4 -1
View File
@@ -1,6 +1,7 @@
## v0.18.0 - WIP
- Reflected the latest JS SDK changes in the Admin UI.
- Added new `SmtpConfig.LocalName` option to specify a custom domain name (or IP address) for the initial EHLO/HELO exchange ([#3097](https://github.com/pocketbase/pocketbase/discussions/3097)).
_This is usually required for verification purposes only by some SMTP providers, such as Gmail SMTP-relay._
- Added cron expression macros ([#3132](https://github.com/pocketbase/pocketbase/issues/3132)):
```
@@ -15,6 +16,8 @@
- Fill the `LastVerificationSentAt` and `LastResetSentAt` fields only after a successfull email send.
- Reflected the latest JS SDK changes in the Admin UI.
## v0.17.5