feat(smartmail): Add new email validation helper methods (getMxRecords, isDisposableEmail, isRoleAccount) and an applyVariables method to Smartmail for dynamic templating.
This commit is contained in:
@ -1,5 +1,13 @@
|
||||
# Changelog
|
||||
|
||||
## 2025-05-07 - 2.1.0 - feat(smartmail)
|
||||
Add new email validation helper methods (getMxRecords, isDisposableEmail, isRoleAccount) and an applyVariables method to Smartmail for dynamic templating.
|
||||
|
||||
- Introduced getMxRecords in EmailAddressValidator to extract MX records from DNS responses.
|
||||
- Added isDisposableEmail to determine if an email is from a disposable domain.
|
||||
- Added isRoleAccount to identify role-based email addresses.
|
||||
- Implemented applyVariables in Smartmail to update subject, body, and htmlBody templates with provided data.
|
||||
|
||||
## 2025-05-07 - 2.0.1 - fix(readme)
|
||||
Update documentation to include usage of creation object reference and update API details.
|
||||
|
||||
|
Reference in New Issue
Block a user