export class MailAdapter {
sendVerificationEmail(options) {}
sendPasswordResetEmail(options) {}
sendMail(options) {}
}
export default MailAdapter;