1
0
mirror of https://github.com/eleith/emailjs.git synced 2024-07-05 20:10:37 +00:00
emailjs/email.js

4 lines
130 B
JavaScript
Raw Normal View History

2011-02-23 21:23:37 +00:00
exports.server = require('./smtp/client');
exports.message = require('./smtp/message');
exports.SMTP = require('./smtp/smtp');