@hedhog/mail 0.0.11 → 0.0.12
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +1 -1
- package/src/mail.template.ejs +1 -1
package/package.json
CHANGED
package/src/mail.template.ejs
CHANGED
@@ -1 +1 @@
|
|
1
|
-
MailModule.
|
1
|
+
MailModule.forRoot({ global: true, type: 'SMTP', host: 'changeme', port: 465, secure: false, username: 'changeme', password: 'changeme' })
|