@softkit/mail
Version:
The Mailgun Mail Module is a comprehensive solution for integrating Mailgun's email functionality into NestJS applications. It provides a seamless way to send emails using Mailgun with minimal setup and configuration.
41 lines (40 loc) • 791 B
JSON
{
"name": "@softkit/mail",
"version": "0.4.0",
"type": "commonjs",
"keywords": [
"email",
"smtp",
"mailer",
"handlebars",
"template",
"email-template",
"nodemailer",
"node.js email",
"nestjs",
"automated emails",
"mail-sender"
],
"dependencies": {
"form-data": "^4.0.0",
"@sendgrid/helpers": "8.0.0"
},
"peerDependencies": {
"@sendgrid/client": "^8.0.0",
"@sendgrid/mail": "^8.0.0",
"mailgun.js": "^9.0.0",
"@nestjs/common": "^10.0.0",
"class-validator": "*",
"@softkit/exceptions": "^0.1.3",
"@softkit/validation": "^0.3.5"
},
"peerDependenciesMeta": {
"mailgun.js": {
"optional": true
},
"@sendgrid/mail": {
"optional": true
}
},
"main": "./src/index.js"
}