@newlogic-digital/core 2.0.0-beta.2 → 2.0.0-beta.3
Sign up to get free protection for your applications and to get access to all the features.
- package/index.js +1 -5
- package/package.json +1 -1
- package/types/index.d.ts +1 -1
package/index.js
CHANGED
@@ -62,11 +62,7 @@ const defaultOptions = {
|
|
62
62
|
paths: ['src/views/email']
|
63
63
|
},
|
64
64
|
tailwindcss: {},
|
65
|
-
send: {
|
66
|
-
host: 'smtp.newlogic.cz',
|
67
|
-
from: 'noreply@newlogic.cz',
|
68
|
-
user: 'noreply@newlogic.cz'
|
69
|
-
},
|
65
|
+
send: {},
|
70
66
|
latte: {
|
71
67
|
renderTransformedHtml: (filename) => dirname(filename).endsWith('email'),
|
72
68
|
globals: {
|
package/package.json
CHANGED