1
0
mirror of https://github.com/eleith/emailjs.git synced 2024-07-01 10:50:57 +00:00
emailjs/email.ts

8 lines
260 B
TypeScript
Raw Normal View History

import * as server from './smtp/client.js';
import * as message from './smtp/message.js';
import * as date from './smtp/date.js';
import * as SMTP from './smtp/smtp.js';
import * as error from './smtp/error.js';
export { server, message, date, SMTP, error };