| 1 | import nodemailer from 'nodemailer'; |
| 2 | import { extractEmail, parseResponse } from './helper/parser'; |
| 3 | import LinenSdk from '@linen/sdk'; |
| 4 | import { appendProtocol } from '@linen/utilities/url'; |
nothing calls this directly
no test coverage detected