export const sendChangePasswordRequest = ({ firstName, email, hash }: IVerifyEmail) =>
  transport.sendMail({
    from: EMAIL_FROM,
    to: email,
    subject: '[withmoney] Change Password',