Releases: masonlet/contact-api
Releases · masonlet/contact-api
v1.2.0 - Add Nodemailer provider support
12 May 23:39
Compare
Sorry, something went wrong.
No results found
Changes
Add Nodemailer as a supported email provider alongside Resend
Add SMTP-based configuration with SMTP_CONFIG
Guard provider initialization for invalid or missing provider settings
Add provider tests and update docs for multi-provider deployment
Improve honeypot handling by trimming fax_number
Sanitize name in email formatting
v1.1.2
09 Apr 03:18
Compare
Sorry, something went wrong.
No results found
Refactor the email module to support multiple providers via a common EmailProvider interface, replacing the direct Resend dependency.
v1.1.1
23 Mar 20:06
Compare
Sorry, something went wrong.
No results found
refactor: migrate core logic to src directory (#9)
* refactor: migrate core logic to src directory
* chore: bump version to 1.1.1
v1.1.0
23 Mar 20:08
Compare
Sorry, something went wrong.
No results found
chore: bump version to 1.1.0
v1.0.0
23 Mar 20:08
Compare
Sorry, something went wrong.
No results found
feat: initial release extracted from portfolio