export class MeteorMail extends Mail{

    constructor(replyTo, recipient) {
        super(replyTo, recipient);
    }