This website requires JavaScript.
Explore
Help
Sign In
TryGhost
/
Ghost
Watch
1
Star
0
Fork
0
You've already forked Ghost
mirror of
https://github.com/TryGhost/Ghost.git
synced
2024-12-17 13:31:39 +03:00
Code
Issues
Projects
Releases
Wiki
Activity
197b6345e6
Ghost
/
core
/
server
/
mail
/
index.js
3 lines
84 B
JavaScript
Raw
Normal View
History
Unescape
Escape
improvement: mail structure (#7033) no issue - in preparation for subscribers V2 - do not implement code in index.js - create mail utils
2016-06-28 21:13:01 +03:00
exports
.
GhostMailer
=
require
(
'./GhostMailer'
)
;
exports
.
utils
=
require
(
'./utils'
)
;
Reference in New Issue
Copy Permalink